summaryrefslogtreecommitdiff
path: root/glib/gstdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gstdio.h')
-rw-r--r--glib/gstdio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/glib/gstdio.h b/glib/gstdio.h
index 15091b3e7..94f4fa36f 100644
--- a/glib/gstdio.h
+++ b/glib/gstdio.h
@@ -44,6 +44,10 @@ G_BEGIN_DECLS
typedef struct _stat32 GStatBuf;
+#elif defined(__MINGW64_VERSION_MAJOR) && defined(_WIN64)
+
+typedef struct _stat64 GStatBuf;
+
#else
typedef struct stat GStatBuf;