repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git]
/
external
/
firebird
/
firebird-vs2013.patch.1
blob
4b930d111f8b33a822e31f1b92952524cd27a3d7
1
# -*- Mode: Diff -*-
2
--- firebird/src/jrd/os/win32/mod_loader.cpp
3
+++ firebird/src/jrd/os/win32/mod_loader.cpp
4
@@ -97,6 +97,8 @@
5
"mscvr100.dll",
6
#elif _MSC_VER == 1700
7
"mscvr110.dll",
8
+#elif _MSC_VER == 1800
9
+ "mscvr120.dll",
10
#else
11
#error Specify CRT DLL name here !
12
#endif