Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6c6a4d

Browse files
committed
Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows
1 parent db4061c commit b6c6a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PCbuild/xxlimited.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</PropertyGroup>
6363
<ItemDefinitionGroup>
6464
<ClCompile>
65-
<PreprocessorDefinitions>%(PreprocessorDefinitions);Py_LIMITED_API=0x03040000</PreprocessorDefinitions>
65+
<PreprocessorDefinitions>%(PreprocessorDefinitions);Py_LIMITED_API=0x03050000</PreprocessorDefinitions>
6666
</ClCompile>
6767
<Link>
6868
<AdditionalDependencies>wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>

0 commit comments

Comments
 (0)