From b6c6a4dc04beba45bc9053abfcc56980c5e31e3d Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 3 Jun 2015 11:03:15 -0700 Subject: [PATCH] Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows --- PCbuild/xxlimited.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj index 4484dbaa962..0144fa9a3d9 100644 --- a/PCbuild/xxlimited.vcxproj +++ b/PCbuild/xxlimited.vcxproj @@ -62,7 +62,7 @@ - %(PreprocessorDefinitions);Py_LIMITED_API=0x03040000 + %(PreprocessorDefinitions);Py_LIMITED_API=0x03050000 wsock32.lib;%(AdditionalDependencies)