From 1bd9ffdd44000b208d29d35451f4dc9f1ac9318f Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Thu, 13 Dec 2018 18:24:30 +0800 Subject: windows: Set _WIN32_WINNT to 0x0601 (Windows 7) Also remove all defines in many places and define it in configure stage to keep consistency. --- build_msvc/common.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'build_msvc') diff --git a/build_msvc/common.vcxproj b/build_msvc/common.vcxproj index c7c20622e4..a9fb0c8916 100644 --- a/build_msvc/common.vcxproj +++ b/build_msvc/common.vcxproj @@ -17,6 +17,7 @@ /utf-8 %(AdditionalOptions) 4018;4244;4267;4715;4805; true + _WIN32_WINNT=0x0601;%(PreprocessorDefinitions) -- cgit v1.2.3