]> git.wh0rd.org - fontconfig.git/commitdiff
Trivial braino.
authorTor Lillqvist <tml@iki.fi>
Sun, 15 Jun 2003 22:45:12 +0000 (22:45 +0000)
committerTor Lillqvist <tml@iki.fi>
Sun, 15 Jun 2003 22:45:12 +0000 (22:45 +0000)
src/fccfg.c

index a933f9d70f047060f6e02fb1b74901195df289ba..709cd42337c23b88c650b57acef7d07b82483534 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "fcint.h"
 
-#if defined (_WIN32) && defined (PIC)
+#if defined (_WIN32) && (defined (PIC) || defined (DLL_EXPORT))
 #define STRICT
 #include <windows.h>
 #undef STRICT