From 232b017607e6177286f55c2e9e581cbc9109bda4 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Tue, 18 Mar 2014 23:05:01 -0500 Subject: [PATCH] Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds. --- PCbuild/xxlimited.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj index f9770d9ffdc..abf41f96827 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)