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