From a0e326f5e109a1dc3402b4102ad730de6feeba96 Mon Sep 17 00:00:00 2001 From: himajin100000 Date: Wed, 16 Jan 2019 16:34:36 +0900 Subject: Minimum Supported Version is VS2017 Change-Id: Id771f1fe0d8c6702a52836f6229a944d259fed4c Reviewed-on: https://gerrit.libreoffice.org/66424 Tested-by: Jenkins Reviewed-by: Michael Stahl --- basic/CppunitTest_basic_macros.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') 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 \ )) -- cgit