mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec939a5bce
commit
f4be15a7af
1895 changed files with 160408 additions and 53601 deletions
5
dep/StormLib/src/zlib/compress_zlib.c
Normal file
5
dep/StormLib/src/zlib/compress_zlib.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue