mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
5 lines
241 B
C
5 lines
241 B
C
// Some compilers (e.g. Visual Studio 2012) don't like the name conflict between
|
|
// zlib\compress.c and bzip2\compress.c. This file is plain wrapper for compress.c
|
|
// in order to create obj file with a different name.
|
|
|
|
#include "compress.c"
|