12 lines
227 B
Diff
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);
|