We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fb58b commit 3b89e2eCopy full SHA for 3b89e2e
PCbuild/_elementtree.vcxproj
@@ -62,7 +62,8 @@
62
<ItemDefinitionGroup>
63
<ClCompile>
64
<AdditionalIncludeDirectories>..\Modules\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
65
- <PreprocessorDefinitions>USE_PYEXPAT_CAPI;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;USE_PYEXPAT_CAPI;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
66
+ <DisableSpecificWarnings>4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
67
</ClCompile>
68
<Link>
69
<BaseAddress>0x1D100000</BaseAddress>
0 commit comments