Fix win32 build
This commit is contained in:
parent
76374f0ede
commit
57cf838ccc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue