Files
MINGW-packages/mingw-w64-ghostscript/004-fix-stat-conflict.patch
2018-05-10 14:32:54 +03:00

12 lines
227 B
Diff

--- a/base/gp_mswin.c
+++ b/base/gp_mswin.c
@@ -791,7 +791,7 @@
#endif
}
-int gp_stat(const char *path, struct _stat *buf)
+int gp_stat(const char *path, struct stat *buf)
{
#ifdef GS_NO_UTF8
return stat(path, buf);