From 1104fcf8073ae81fb56df95b788b386784c597c7 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Fri, 21 Aug 2020 18:59:19 -0700 Subject: [PATCH] msbuild: allow _WIN32_WINNT to be naturally defined by headers --- Source/VSProps/Base.props | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index a73f438abf..348d58fe53 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -68,16 +68,6 @@ Make sure we include a clean version of windows.h. --> WIN32_LEAN_AND_MEAN;NOMINMAX;%(PreprocessorDefinitions) - - _WIN32_WINNT=0x0602;%(PreprocessorDefinitions) Level4 true true