mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
changed zlib support for msvc
svn-id: r15163
This commit is contained in:
parent
89602bc936
commit
a6486ad228
@ -44,6 +44,10 @@
|
||||
#define scumm_strnicmp strnicmp
|
||||
#define snprintf _snprintf
|
||||
|
||||
#if defined(USE_ZLIB)
|
||||
#define ZLIB_WINAPI
|
||||
#endif
|
||||
|
||||
#if defined(CHECK_HEAP)
|
||||
#undef CHECK_HEAP
|
||||
#define CHECK_HEAP checkHeap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user