mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
removing ZLIB_WINAPI from scummsys.h
ZLIB_WINAPI macro needs only than you want to build VisualBasic compatible ZLIBWAPI.DLL with WINAPI(STDCALL) calling convetion. svn-id: r16803
This commit is contained in:
parent
bbbd3b5fbf
commit
05f4bf5151
@ -44,10 +44,6 @@
|
||||
#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