8159e3bd1a
Change-Id: Icd7a3d0cbcb994986ea53a5fe91d3996b26cbe0c
12 lines
314 B
Diff
12 lines
314 B
Diff
# -*- Mode: Diff -*-
|
|
--- firebird/src/jrd/os/win32/mod_loader.cpp
|
|
+++ firebird/src/jrd/os/win32/mod_loader.cpp
|
|
@@ -97,6 +97,8 @@
|
|
"mscvr100.dll",
|
|
#elif _MSC_VER == 1700
|
|
"mscvr110.dll",
|
|
+#elif _MSC_VER == 1800
|
|
+ "mscvr120.dll",
|
|
#else
|
|
#error Specify CRT DLL name here !
|
|
#endif
|