From ab3b0ade505ce07a3d5ec4fbc991a154242732e6 Mon Sep 17 00:00:00 2001 From: Jeremy Kloth Date: Wed, 21 Jun 2017 13:14:53 -0600 Subject: [PATCH] bpo-29591: Update VS project files (#2310) * Silence warnings caused by duplicated defines from Modules\expat\winconfig.h * Add WIN32 define to VS9.0 project files to match MSBuild project files. --- PC/VS9.0/_elementtree.vcproj | 16 ++++++++-------- PC/VS9.0/pyexpat.vcproj | 16 ++++++++-------- PC/VS9.0/pyproject.vsprops | 2 +- PCbuild/_elementtree.vcxproj | 2 +- PCbuild/pyexpat.vcxproj | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/PC/VS9.0/_elementtree.vcproj b/PC/VS9.0/_elementtree.vcproj index feb96ebe0f..5e79955767 100644 --- a/PC/VS9.0/_elementtree.vcproj +++ b/PC/VS9.0/_elementtree.vcproj @@ -43,7 +43,7 @@ ..\Modules\expat;%(AdditionalIncludeDirectories) - XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;USE_PYEXPAT_CAPI;XML_STATIC;HAVE_MEMMOVE;%(PreprocessorDefinitions) + USE_PYEXPAT_CAPI;XML_STATIC;%(PreprocessorDefinitions) 0x1D100000 diff --git a/PCbuild/pyexpat.vcxproj b/PCbuild/pyexpat.vcxproj index a319ff9803..6d036d13da 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) + PYEXPAT_EXPORTS;XML_STATIC;%(PreprocessorDefinitions) -- 2.50.1