summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-12-10 22:30:27 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-12-10 22:30:27 +0100
commit098242fdf2a2d48dd75c20d2ec9bf80057ae8021 (patch)
treec0b7e5e7b58006883dde967a679e679ce12244b5 /solenv
parent80ae88836db78c5649e7953e4c5b850d7bad9e4f (diff)
_USING_V110_SDK71_ is not related to DirectX, restore
partially reverts ff17c5a2b06367e9fdeff2d5763ccaeb9725511f Change-Id: I413fe859f7691d36334b68ad0862f3c100c72264
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index 396163c90f38..7590a7bd1882 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -47,6 +47,7 @@ gb_COMPILERDEFS := \
-D_MT \
-D_DLL \
-DCPPU_ENV=$(gb_CPPU_ENV) \
+ $(if $(findstring 120_70,$(VCVER)_$(WINDOWS_SDK_VERSION)),-D_USING_V110_SDK71_) \
ifeq ($(CPUNAME),INTEL)
gb_COMPILERDEFS += \