Fix win32 build

This commit is contained in:
Behdad Esfahbod 2009-06-28 13:46:41 -04:00
parent 76374f0ede
commit 57cf838ccc
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ FcDirCacheReference (FcCache *cache, int nref);
#ifdef _WIN32 #ifdef _WIN32
FcPrivate int FcPrivate int
FcStat (const char *file, struct stat *statb) FcStat (const char *file, struct stat *statb);
#else #else
#define FcStat stat #define FcStat stat
#endif #endif