diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj index f9770d9ffdc..abf41f96827 100644 --- a/PCbuild/xxlimited.vcxproj +++ b/PCbuild/xxlimited.vcxproj @@ -120,7 +120,7 @@ - NDEBUG;_WIN32;_WINDLL;Py_LIMITED_API + NDEBUG;_WIN32;_WINDLL;Py_LIMITED_API=0x03040000 wsock32.lib;%(AdditionalDependencies) @@ -140,7 +140,7 @@ - Py_LIMITED_API;%(PreprocessorDefinitions) + Py_LIMITED_API=0x03040000;%(PreprocessorDefinitions) wsock32.lib;%(AdditionalDependencies) @@ -161,7 +161,7 @@ - Py_LIMITED_API;%(PreprocessorDefinitions) + Py_LIMITED_API=0x03040000;%(PreprocessorDefinitions) wsock32.lib;%(AdditionalDependencies)