summaryrefslogtreecommitdiffstats
path: root/PCbuild/xxlimited.vcxproj
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-03-19 04:05:01 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-03-19 04:05:01 (GMT)
commit232b017607e6177286f55c2e9e581cbc9109bda4 (patch)
tree20b20981e90fa9f75235711b1a075985e12a3a72 /PCbuild/xxlimited.vcxproj
parent270e7377ce058999e2650e135d18d5629b57d213 (diff)
downloadcpython-232b017607e6177286f55c2e9e581cbc9109bda4.zip
cpython-232b017607e6177286f55c2e9e581cbc9109bda4.tar.gz
cpython-232b017607e6177286f55c2e9e581cbc9109bda4.tar.bz2
Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds.
Diffstat (limited to 'PCbuild/xxlimited.vcxproj')
-rw-r--r--PCbuild/xxlimited.vcxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj
index f9770d9..abf41f9 100644
--- a/PCbuild/xxlimited.vcxproj
+++ b/PCbuild/xxlimited.vcxproj
@@ -120,7 +120,7 @@
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
- <PreprocessorDefinitions>NDEBUG;_WIN32;_WINDLL;Py_LIMITED_API</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WIN32;_WINDLL;Py_LIMITED_API=0x03040000</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -140,7 +140,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'">
<ClCompile>
- <PreprocessorDefinitions>Py_LIMITED_API;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>Py_LIMITED_API=0x03040000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -161,7 +161,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'">
<ClCompile>
- <PreprocessorDefinitions>Py_LIMITED_API;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>Py_LIMITED_API=0x03040000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>