mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 11:42:10 +01:00
Revert "glib/gstdio: simplify GStatBuf macro condition for win64"
This reverts commit ae1cccaa0ae08ac6ced3bb1fb225065fc71bf65b. It broke ABI on 64-bit builds with MSVC, as discussed here: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2449#note_1430571. Fixes: #2633
This commit is contained in:
parent
a44a0c07bd
commit
b56f10c890
@ -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