summaryrefslogtreecommitdiffstats
path: root/PCbuild/pyexpat.vcxproj
diff options
context:
space:
mode:
authorSegev Finer <segev208@gmail.com>2017-06-28 22:18:28 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-06-28 22:18:28 (GMT)
commit7526cadd64566725ffc56071a7208828a46ddbd8 (patch)
treee74cd8ce33cab098e3e97f85c312e6399338e1f7 /PCbuild/pyexpat.vcxproj
parentc08177a1ccad2ed0d50898c2731b518c631aed14 (diff)
downloadcpython-7526cadd64566725ffc56071a7208828a46ddbd8.zip
cpython-7526cadd64566725ffc56071a7208828a46ddbd8.tar.gz
cpython-7526cadd64566725ffc56071a7208828a46ddbd8.tar.bz2
bpo-30726: Also fix pyexpat.vcxproj (#2375)
Diffstat (limited to 'PCbuild/pyexpat.vcxproj')
-rw-r--r--PCbuild/pyexpat.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyexpat.vcxproj b/PCbuild/pyexpat.vcxproj
index 99c7286..a2763f0 100644
--- a/PCbuild/pyexpat.vcxproj
+++ b/PCbuild/pyexpat.vcxproj
@@ -59,7 +59,7 @@
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(PySourcePath)Modules\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>PYEXPAT_EXPORTS;HAVE_EXPAT_H;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;PYEXPAT_EXPORTS;HAVE_EXPAT_H;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>