mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 11:42:10 +01:00
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:
commit
53016eff58
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user