[Commit] fontconfig/src fccfg.c,1.37,1.38

Tor Lillqvist commit at keithp.com
Sun Jun 15 16:45:14 PDT 2003


Committed by: tml

Update of /local/src/CVS/fontconfig/src
In directory home.keithp.com:/tmp/cvs-serv23723/src

Modified Files:
	fccfg.c 
Log Message:
Trivial braino.



Index: fccfg.c
===================================================================
RCS file: /local/src/CVS/fontconfig/src/fccfg.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- fccfg.c	13 Jun 2003 23:04:35 -0000	1.37
+++ fccfg.c	15 Jun 2003 22:45:12 -0000	1.38
@@ -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




More information about the Commit mailing list