[Fontconfig] fontconfig: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Jun 28 10:48:07 PDT 2009


 src/fcint.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 57cf838cccda12dd171d3834b3e9b1275467d9e2
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun Jun 28 13:46:41 2009 -0400

    Fix win32 build

diff --git a/src/fcint.h b/src/fcint.h
index 4414a2d..1691dda 100644
--- a/src/fcint.h
+++ b/src/fcint.h
@@ -538,7 +538,7 @@ FcDirCacheReference (FcCache *cache, int nref);
 
 #ifdef _WIN32
 FcPrivate int
-FcStat (const char *file, struct stat *statb)
+FcStat (const char *file, struct stat *statb);
 #else
 #define FcStat stat
 #endif


More information about the Fontconfig mailing list