From: Zachary Ware Date: Wed, 19 Mar 2014 04:05:01 +0000 (-0500) Subject: Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds. X-Git-Tag: v3.4.1rc1~218 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=232b017607e6177286f55c2e9e581cbc9109bda4;p=thirdparty%2FPython%2Fcpython.git Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds. --- diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj index f9770d9ffdcf..abf41f968278 100644 --- a/PCbuild/xxlimited.vcxproj +++ b/PCbuild/xxlimited.vcxproj @@ -120,7 +120,7 @@ - NDEBUG;_WIN32;_WINDLL;Py_LIMITED_API + NDEBUG;_WIN32;_WINDLL;Py_LIMITED_API=0x03040000 wsock32.lib;%(AdditionalDependencies) @@ -140,7 +140,7 @@ - Py_LIMITED_API;%(PreprocessorDefinitions) + Py_LIMITED_API=0x03040000;%(PreprocessorDefinitions) wsock32.lib;%(AdditionalDependencies) @@ -161,7 +161,7 @@ - Py_LIMITED_API;%(PreprocessorDefinitions) + Py_LIMITED_API=0x03040000;%(PreprocessorDefinitions) wsock32.lib;%(AdditionalDependencies)