Merge branch 'revert-stat-abi-break' into 'main'

Revert "glib/gstdio: simplify GStatBuf macro condition for win64"

Closes #2633

See merge request GNOME/glib!2618
This commit is contained in:
Sebastian Dröge
2022-04-29 08:00:31 +00:00

View File

@@ -44,7 +44,7 @@ G_BEGIN_DECLS
typedef struct _stat32 GStatBuf;
#elif defined(_WIN64)
#elif defined(__MINGW64_VERSION_MAJOR) && defined(_WIN64)
typedef struct _stat64 GStatBuf;