diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-03-04 13:51:36 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-03-05 15:36:46 +0100 |
commit | d8dd6db19a9a37072a0dfbfc94f3690750ebd219 (patch) | |
tree | 4c8a7f92601646e9f3ecdbd977ca3d03adb4f85b /setup_native | |
parent | fe045dca6124c9627c1cfa9dac4072ae75292910 (diff) |
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
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/Library_sellangmsi.mk | 1 | ||||
-rw-r--r-- | setup_native/Library_shlxtmsi.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/setup_native/Library_sellangmsi.mk b/setup_native/Library_sellangmsi.mk index 3f8947f71772..2df29fc8bcfe 100644 --- a/setup_native/Library_sellangmsi.mk +++ b/setup_native/Library_sellangmsi.mk @@ -15,7 +15,6 @@ $(eval $(call gb_Library_use_custom_headers,sellangmsi,\ $(eval $(call gb_Library_add_defs,sellangmsi,\ -U_DLL \ - -D_WIN32_WINNT=0x0502 \ )) $(eval $(call gb_Library_add_cxxflags,sellangmsi,\ diff --git a/setup_native/Library_shlxtmsi.mk b/setup_native/Library_shlxtmsi.mk index 00e3bf25d0ca..ae619e6dd47c 100644 --- a/setup_native/Library_shlxtmsi.mk +++ b/setup_native/Library_shlxtmsi.mk @@ -13,7 +13,6 @@ $(eval $(call gb_Library_use_external,shlxtmsi,boost_headers)) $(eval $(call gb_Library_add_defs,shlxtmsi,\ -U_DLL \ - -D_WIN32_WINNT=0x0502 \ )) $(eval $(call gb_Library_add_cxxflags,shlxtmsi,\ |