From: Steve Dower Date: Wed, 3 Jun 2015 18:05:57 +0000 (-0700) Subject: Issue #24376: Bumps xxlimited.vcxproj to use 3.6 limited ABI. X-Git-Tag: v3.6.0a1~2109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b980c05ef856cbb693425d6b6f49e1a6ecc1b672;p=thirdparty%2FPython%2Fcpython.git Issue #24376: Bumps xxlimited.vcxproj to use 3.6 limited ABI. --- diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj index 0144fa9a3d9b..9dbdc77335dd 100644 --- a/PCbuild/xxlimited.vcxproj +++ b/PCbuild/xxlimited.vcxproj @@ -62,7 +62,7 @@ - %(PreprocessorDefinitions);Py_LIMITED_API=0x03050000 + %(PreprocessorDefinitions);Py_LIMITED_API=0x03060000 wsock32.lib;%(AdditionalDependencies)