From: Segev Finer Date: Wed, 28 Jun 2017 22:18:28 +0000 (+0300) Subject: bpo-30726: Also fix pyexpat.vcxproj (#2375) X-Git-Tag: v3.7.0a1~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7526cadd64566725ffc56071a7208828a46ddbd8;p=python bpo-30726: Also fix pyexpat.vcxproj (#2375) --- diff --git a/PCbuild/pyexpat.vcxproj b/PCbuild/pyexpat.vcxproj index 99c7286b2b..a2763f0206 100644 --- a/PCbuild/pyexpat.vcxproj +++ b/PCbuild/pyexpat.vcxproj @@ -59,7 +59,7 @@ $(PySourcePath)Modules\expat;%(AdditionalIncludeDirectories) - PYEXPAT_EXPORTS;HAVE_EXPAT_H;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;PYEXPAT_EXPORTS;HAVE_EXPAT_H;XML_STATIC;%(PreprocessorDefinitions)