summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-06-03 18:03:15 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-06-03 18:03:15 (GMT)
commitb6c6a4dc04beba45bc9053abfcc56980c5e31e3d (patch)
tree790268abefd14a47c529aafa14e3e60ecee71bfd /PCbuild
parentdb4061cb9d3c2a369fa49a3820ffc11854119da3 (diff)
downloadcpython-b6c6a4dc04beba45bc9053abfcc56980c5e31e3d.zip
cpython-b6c6a4dc04beba45bc9053abfcc56980c5e31e3d.tar.gz
cpython-b6c6a4dc04beba45bc9053abfcc56980c5e31e3d.tar.bz2
Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/xxlimited.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj
index 4484dba..0144fa9 100644
--- a/PCbuild/xxlimited.vcxproj
+++ b/PCbuild/xxlimited.vcxproj
@@ -62,7 +62,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
- <PreprocessorDefinitions>%(PreprocessorDefinitions);Py_LIMITED_API=0x03040000</PreprocessorDefinitions>
+ <PreprocessorDefinitions>%(PreprocessorDefinitions);Py_LIMITED_API=0x03050000</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>