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. --- blowfish/blowfish.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blowfish/blowfish.vcxproj') diff --git a/blowfish/blowfish.vcxproj b/blowfish/blowfish.vcxproj index 50c99c9..e7e6111 100644 --- a/blowfish/blowfish.vcxproj +++ b/blowfish/blowfish.vcxproj @@ -57,7 +57,7 @@ Disabled false $(SolutionDir)compatibility;%(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 @@ -82,7 +82,7 @@ false false $(SolutionDir)compatibility;%(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