summaryrefslogtreecommitdiffstats
path: root/desktop/Library_deploymentgui.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-03-04 13:51:36 +0100
committerMichael Stahl <mstahl@redhat.com>2015-03-05 15:36:46 +0100
commitd8dd6db19a9a37072a0dfbfc94f3690750ebd219 (patch)
tree4c8a7f92601646e9f3ecdbd977ca3d03adb4f85b /desktop/Library_deploymentgui.mk
parentvcl: tweak some optional usage of Windows 7 or later symbols... (diff)
downloadcore-d8dd6db19a9a37072a0dfbfc94f3690750ebd219.tar.gz
core-d8dd6db19a9a37072a0dfbfc94f3690750ebd219.zip
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 'desktop/Library_deploymentgui.mk')
-rw-r--r--desktop/Library_deploymentgui.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/Library_deploymentgui.mk b/desktop/Library_deploymentgui.mk
index 47918976691b..cca6211b3a10 100644
--- a/desktop/Library_deploymentgui.mk
+++ b/desktop/Library_deploymentgui.mk
@@ -44,10 +44,6 @@ $(eval $(call gb_Library_use_libraries,deploymentgui,\
ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_defs,deploymentgui,\
- -D_WIN32_WINNT=0x0502 \
-))
-
$(eval $(call gb_Library_use_system_win32_libs,deploymentgui,\
ole32 \
))