mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
Revert "glib/gstdio: simplify GStatBuf macro condition for win64"
This reverts commit ae1cccaa0a
.
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user