server/dep/StormLib/src/zlib/compress_zlib.c
Salja f4be15a7af Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:50:23 +00:00

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"