Kaydet (Commit) bbff9949 authored tarafından himajin100000's avatar himajin100000 Kaydeden (comit) Noel Grandin

Suppport _MSC_VER 1913 and 1914(Firebird)

Change-Id: Ifeab9119fcc1037365251cd49dd7714cc37b3012
Reviewed-on: https://gerrit.libreoffice.org/52164Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst a3c9d29c
diff -ru firebird.orig/src/common/os/win32/mod_loader.cpp firebird/src/common/os/win32/mod_loader.cpp
--- firebird.orig/src/common/os/win32/mod_loader.cpp 2017-02-15 22:11:48.939042400 +0100
+++ firebird/src/common/os/win32/mod_loader.cpp 2017-02-15 22:12:30.062262700 +0100
@@ -103,6 +103,8 @@
@@ -103,6 +103,6 @@
"msvcr120.dll",
#elif _MSC_VER == 1900
"vcruntime140.dll",
+#elif _MSC_VER == 1910 || _MSC_VER == 1911 || _MSC_VER == 1912
-#elif _MSC_VER == 1900
- "vcruntime140.dll",
+#elif _MSC_VER >= 1900 && _MSC_VER <= 1914
+ "vcruntime140.dll",
#else
#error Specify CRT DLL name here !
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment