From 8b41fc907bcd27d24c895062ae8a61b305fc2d46 Mon Sep 17 00:00:00 2001 From: thedmd Date: Sun, 28 Jul 2013 14:11:16 +0200 Subject: Request XP compatible windows version. --- pthreads/pthread-win32.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pthreads/pthread-win32.vcxproj') diff --git a/pthreads/pthread-win32.vcxproj b/pthreads/pthread-win32.vcxproj index be159d1..7b33891 100644 --- a/pthreads/pthread-win32.vcxproj +++ b/pthreads/pthread-win32.vcxproj @@ -57,7 +57,7 @@ Disabled false $(ProjectDir)src;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;%(PreprocessorDefinitions) + _WIN32_WINNT=0x0501;WINVER=0x0501;NTDDI_VERSION=0x0501;WIN32;_DEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;%(PreprocessorDefinitions) false @@ -84,7 +84,7 @@ xcopy "$(ProjectDir)src\sched.h" "$(SolutionDir)build\temp\include" /I /Y /D false false $(ProjectDir)src;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;%(PreprocessorDefinitions) + _WIN32_WINNT=0x0501;WINVER=0x0501;NTDDI_VERSION=0x0501;WIN32;NDEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;%(PreprocessorDefinitions) false -- cgit v1.2.3