aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/scummvm.vcproj
diff options
context:
space:
mode:
authorPaweł Kołodziejski2005-02-18 08:04:50 +0000
committerPaweł Kołodziejski2005-02-18 08:04:50 +0000
commit663308f61f4976b0fa235ef6986d0104cea7ddbf (patch)
tree077e935b25528875bfb44902a56f8f2d8302ddb6 /dists/msvc8/scummvm.vcproj
parent695b0fcb5fab7803340c23c27e36940ce98a886c (diff)
downloadscummvm-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
Diffstat (limited to 'dists/msvc8/scummvm.vcproj')
-rw-r--r--dists/msvc8/scummvm.vcproj4
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"