summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-02-24 19:51:57 (GMT)
committerGitHub <noreply@github.com>2022-02-24 19:51:57 (GMT)
commit38f331d4656394ae0f425568e26790ace778e076 (patch)
treeeabdf0fe50c65db5a0280fa340795a62ed771086 /PCbuild
parent2a6ece572ca38f989fca66f4c053cb16550bccd4 (diff)
downloadcpython-38f331d4656394ae0f425568e26790ace778e076.zip
cpython-38f331d4656394ae0f425568e26790ace778e076.tar.gz
cpython-38f331d4656394ae0f425568e26790ace778e076.tar.bz2
bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/_ctypes.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_ctypes.vcxproj b/PCbuild/_ctypes.vcxproj
index 69e4271..6ac26f1 100644
--- a/PCbuild/_ctypes.vcxproj
+++ b/PCbuild/_ctypes.vcxproj
@@ -94,7 +94,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
- <PreprocessorDefinitions>FFI_BUILDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>USING_MALLOC_CLOSURE_DOT_C=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalOptions>/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE %(AdditionalOptions)</AdditionalOptions>