diff options
-rw-r--r-- | basic/CppunitTest_basic_macros.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/CppunitTest_basic_macros.mk b/basic/CppunitTest_basic_macros.mk index 5149bf7575da..6cce94737113 100644 --- a/basic/CppunitTest_basic_macros.mk +++ b/basic/CppunitTest_basic_macros.mk @@ -43,7 +43,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 160,$(VCVER)),legacy_stdio_definitions) \ + legacy_stdio_definitions \ odbc32 \ odbccp32 \ )) |