From 903da117e5b1b32f1c3d95f12849bd039477c4ff Mon Sep 17 00:00:00 2001 From: scribam Date: Thu, 14 Jun 2018 22:28:18 +0200 Subject: [PATCH] zlib.vcxproj: remove PreprocessorDefinitions "Z_SOLO" --- 3rdparty/zlib.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/zlib.vcxproj b/3rdparty/zlib.vcxproj index 515d6e3b9a..66b526a1e6 100644 --- a/3rdparty/zlib.vcxproj +++ b/3rdparty/zlib.vcxproj @@ -206,7 +206,7 @@ - WIN32;_DEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) $(WarningLevel) ProgramDatabase Disabled @@ -233,7 +233,7 @@ true $(DisableSpecificWarnings);4127;4131;4242;4244 $(TreatWarningAsError) - WIN32;NDEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true