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:
Andrew Kurushin 2005-02-18 00:13:37 +00:00
parent bbbd3b5fbf
commit 05f4bf5151

View File

@ -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();