diff options
author | Paweł Kołodziejski | 2005-02-18 22:47:32 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2005-02-18 22:47:32 +0000 |
commit | c58cc5acaccc92f5a6d5cf6c52ebe253c6f202c8 (patch) | |
tree | 2161570a41487dc85e40ef018a6a5fb829d9f105 | |
parent | 5aa2ea2d44711805b3a04028d8c767ef6b58a80e (diff) | |
download | scummvm-rg350-c58cc5acaccc92f5a6d5cf6c52ebe253c6f202c8.tar.gz scummvm-rg350-c58cc5acaccc92f5a6d5cf6c52ebe253c6f202c8.tar.bz2 scummvm-rg350-c58cc5acaccc92f5a6d5cf6c52ebe253c6f202c8.zip |
ZLIB_WINAPI is needed for smush decompression too
svn-id: r16808
-rw-r--r-- | dists/msvc8/scumm.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc8/scumm.vcproj b/dists/msvc8/scumm.vcproj index bff054e8d6..dc1453d493 100644 --- a/dists/msvc8/scumm.vcproj +++ b/dists/msvc8/scumm.vcproj @@ -41,7 +41,7 @@ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996" Optimization="0" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;_DEBUG;ZLIB_WINAPI;USE_ZLIB;USE_MAD;USE_VORBIS" MinimalRebuild="TRUE" ExceptionHandling="1" BasicRuntimeChecks="3" @@ -113,7 +113,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;NDEBUG;ZLIB_WINAPI;USE_ZLIB;USE_MAD;USE_VORBIS" StringPooling="TRUE" ExceptionHandling="1" RuntimeLibrary="0" |