From f661269dc33ba9658f8c626b3c923c5d75827025 Mon Sep 17 00:00:00 2001 From: "Julio C. Rocha" Date: Wed, 25 Jan 2017 21:23:29 +0000 Subject: [PATCH] Change Z_BUFSIZE to fix Windows XP behavior compiling with VC2010 and later. --- Source/3rdParty/zlib/zlib.vcxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/3rdParty/zlib/zlib.vcxproj b/Source/3rdParty/zlib/zlib.vcxproj index 7dfd5aacf..846c378a3 100644 --- a/Source/3rdParty/zlib/zlib.vcxproj +++ b/Source/3rdParty/zlib/zlib.vcxproj @@ -36,6 +36,9 @@ Level4 4100;4127;4131;4189;4244;4701;4703;4996 + + + Z_BUFSIZE=46516;$(PreprocessorDefinitions)