From d8dd6db19a9a37072a0dfbfc94f3690750ebd219 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 4 Mar 2015 13:51:36 +0100 Subject: gbuild: set _WIN32_WINNT globally instead of WINVER ... and remove the definitions in makefiles, except in fpicker, which defines a different value for the Vista file picker. The WINVER value is derived automatically from _WIN32_WINNT by SDK header sdkddkver.h. Change-Id: I73358a9bf5d070f71821654cae2a29335a754a21 --- shell/Library_propertyhdl.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/Library_propertyhdl.mk') diff --git a/shell/Library_propertyhdl.mk b/shell/Library_propertyhdl.mk index 5073988ae93e..31f433aaaed5 100644 --- a/shell/Library_propertyhdl.mk +++ b/shell/Library_propertyhdl.mk @@ -20,7 +20,6 @@ $(eval $(call gb_Library_add_defs,propertyhdl,\ -DWIN32_LEAN_AND_MEAN \ -D_UNICODE \ -UNOMINMAX \ - -D_WIN32_WINNT=0x0502 \ )) $(eval $(call gb_Library_use_externals,propertyhdl,\ -- cgit