From: Behdad Esfahbod Date: Sun, 28 Jun 2009 17:46:41 +0000 (-0400) Subject: Fix win32 build X-Git-Tag: 2.7.1~16 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=57cf838cccda12dd171d3834b3e9b1275467d9e2 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