summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-06-03 18:04:44 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-06-03 18:04:44 (GMT)
commit405c7f07126c3eee070b4f81f4a77666807ee29c (patch)
treee786a212ba806eb3d4dfc615d4814393743e905d /PCbuild
parentd8e5d6c4a5c0be047e3b7c53f5954bd3a3a34af6 (diff)
parentb6c6a4dc04beba45bc9053abfcc56980c5e31e3d (diff)
downloadcpython-405c7f07126c3eee070b4f81f4a77666807ee29c.zip
cpython-405c7f07126c3eee070b4f81f4a77666807ee29c.tar.gz
cpython-405c7f07126c3eee070b4f81f4a77666807ee29c.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>