diff options
author | Paweł Kołodziejski | 2005-02-18 08:04:50 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2005-02-18 08:04:50 +0000 |
commit | 663308f61f4976b0fa235ef6986d0104cea7ddbf (patch) | |
tree | 077e935b25528875bfb44902a56f8f2d8302ddb6 | |
parent | 695b0fcb5fab7803340c23c27e36940ce98a886c (diff) | |
download | scummvm-rg350-663308f61f4976b0fa235ef6986d0104cea7ddbf.tar.gz scummvm-rg350-663308f61f4976b0fa235ef6986d0104cea7ddbf.tar.bz2 scummvm-rg350-663308f61f4976b0fa235ef6986d0104cea7ddbf.zip |
after Andrew removal ZLIB_WINAPI from scummsys.h
I need that for msvc 8.
svn-id: r16805
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 18d92a80a0..9ae26d581b 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -41,7 +41,7 @@ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996" Optimization="0" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;USE_MT32EMU" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;ZLIB_WINAPI;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;USE_MT32EMU" MinimalRebuild="TRUE" ExceptionHandling="1" BasicRuntimeChecks="3" @@ -127,7 +127,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;ZLIB_WINAPI;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU" StringPooling="TRUE" MinimalRebuild="FALSE" ExceptionHandling="1" |