summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorhimajin100000 <himajin100000@gmail.com>2019-01-16 16:34:36 +0900
committerMichael Stahl <Michael.Stahl@cib.de>2019-01-16 12:49:14 +0100
commita0e326f5e109a1dc3402b4102ad730de6feeba96 (patch)
treeff0a76b51d10024c3f034a24d030f6187f85a44c /basic
parent1bf68dbf53f4b5308e295058226abd6d6fb49c3d (diff)
Minimum Supported Version is VS2017
Change-Id: Id771f1fe0d8c6702a52836f6229a944d259fed4c Reviewed-on: https://gerrit.libreoffice.org/66424 Tested-by: Jenkins Reviewed-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 db49876bb652..2ce70764e294 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 140 150,$(VCVER)),legacy_stdio_definitions) \
+ $(if $(filter 150,$(VCVER)),legacy_stdio_definitions) \
odbc32 \
odbccp32 \
))