diff options
author | Andrew Kurushin | 2005-02-18 00:13:37 +0000 |
---|---|---|
committer | Andrew Kurushin | 2005-02-18 00:13:37 +0000 |
commit | 05f4bf51510cba098d6073eddea885f903b7847d (patch) | |
tree | 4b7ac42ace8d39abef021a8ace215eba527c229d /common | |
parent | bbbd3b5fbf1230e681fad01e80717bc1785e0d09 (diff) | |
download | scummvm-rg350-05f4bf51510cba098d6073eddea885f903b7847d.tar.gz scummvm-rg350-05f4bf51510cba098d6073eddea885f903b7847d.tar.bz2 scummvm-rg350-05f4bf51510cba098d6073eddea885f903b7847d.zip |
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
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 92e07b2002..9978cee5f4 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -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(); |