summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorTomoyuki Kubota <himajin100000@gmail.com>2019-02-22 15:35:39 +0900
committerMichael Stahl <Michael.Stahl@cib.de>2019-04-16 13:01:03 +0200
commitf61d6474205793b0838d90b09037cef52408a4b9 (patch)
treec2cfcb7cbd32eb7930bf259c3f0f3107a5718360 /basic
parent3fce6ae224efb5f8bdf78ef83f89be11dafabf3a (diff)
Initial VS 2019 Support
Change-Id: I8e08efb549ebd52c37183a1185d6de73f2b00601 Reviewed-on: https://gerrit.libreoffice.org/64630 Reviewed-by: himajin100000 <himajin100000@gmail.com> Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Tested-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'basic')
-rw-r--r--basic/CppunitTest_basic_macros.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/CppunitTest_basic_macros.mk b/basic/CppunitTest_basic_macros.mk
index e86c3dae27e4..7b9aed16dfaf 100644
--- a/basic/CppunitTest_basic_macros.mk
+++ b/basic/CppunitTest_basic_macros.mk
@@ -41,7 +41,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_macros, \
ifeq ($(OS),WNT)
$(eval $(call gb_CppunitTest_use_system_win32_libs,basic_macros, \
oleaut32 \
- $(if $(filter 150,$(VCVER)),legacy_stdio_definitions) \
+ $(if $(filter 150 160,$(VCVER)),legacy_stdio_definitions) \
odbc32 \
odbccp32 \
))