[Libreoffice-commits] core.git: solenv/gbuild
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Wed Dec 10 13:32:11 PST 2014
solenv/gbuild/platform/com_MSC_defs.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 098242fdf2a2d48dd75c20d2ec9bf80057ae8021
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Wed Dec 10 22:30:27 2014 +0100
_USING_V110_SDK71_ is not related to DirectX, restore
partially reverts ff17c5a2b06367e9fdeff2d5763ccaeb9725511f
Change-Id: I413fe859f7691d36334b68ad0862f3c100c72264
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index 396163c..7590a7b 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 += \
More information about the Libreoffice-commits
mailing list