blob: f5ae1a91572ff84c0c3274087c87e08e120ee564 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
https://gitlab.gnome.org/GNOME/dia/commit/5cb4adf2d2c5
--- plug-ins/wmf/wmf.cpp.orig 2014-08-24 15:46:01 UTC
+++ plug-ins/wmf/wmf.cpp
@@ -61,8 +61,10 @@ typedef W32::LOGFONTW LOGFONTW;
# define SAVE_EMF
#endif
+#ifdef G_OS_WIN32
/* force linking with gdi32 */
#pragma comment( lib, "gdi32" )
+#endif
// #define SAVE_EMF
|