diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-06-03 18:05:57 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-06-03 18:05:57 (GMT) |
commit | b980c05ef856cbb693425d6b6f49e1a6ecc1b672 (patch) | |
tree | 6941bb119f20ea527c979a22483700f4d5fd8e4e /PCbuild | |
parent | 405c7f07126c3eee070b4f81f4a77666807ee29c (diff) | |
download | cpython-b980c05ef856cbb693425d6b6f49e1a6ecc1b672.zip cpython-b980c05ef856cbb693425d6b6f49e1a6ecc1b672.tar.gz cpython-b980c05ef856cbb693425d6b6f49e1a6ecc1b672.tar.bz2 |
Issue #24376: Bumps xxlimited.vcxproj to use 3.6 limited ABI.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/xxlimited.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj index 0144fa9..9dbdc77 100644 --- a/PCbuild/xxlimited.vcxproj +++ b/PCbuild/xxlimited.vcxproj @@ -62,7 +62,7 @@ </PropertyGroup> <ItemDefinitionGroup> <ClCompile> - <PreprocessorDefinitions>%(PreprocessorDefinitions);Py_LIMITED_API=0x03050000</PreprocessorDefinitions> + <PreprocessorDefinitions>%(PreprocessorDefinitions);Py_LIMITED_API=0x03060000</PreprocessorDefinitions> </ClCompile> <Link> <AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies> |