From eae98a4bba372213daf5a6f080b92346d6d01cab Mon Sep 17 00:00:00 2001 From: Dwight Date: Tue, 17 Dec 2013 13:32:08 -0500 Subject: vcxproj generation more work --- buildscripts/vcxproj.header | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildscripts/vcxproj.header') diff --git a/buildscripts/vcxproj.header b/buildscripts/vcxproj.header index e91891f11b5..b104e299eee 100644 --- a/buildscripts/vcxproj.header +++ b/buildscripts/vcxproj.header @@ -157,14 +157,14 @@ - NTDDI_VERSION=0x06010000;_WIN32_WINNT=0x0601 + NTDDI_VERSION=0x06010000;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions) - NTDDI_VERSION=0x05020200;_WIN32_WINNT=0x0502 + NTDDI_VERSION=0x05020200;_WIN32_WINNT=0x0502;%(PreprocessorDefinitions) -- cgit v1.2.1