[glib] Make sure GStatBuf is typedefed correctly
- From: Руслан Ижбулатов <ruslanizhb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Make sure GStatBuf is typedefed correctly
- Date: Sun, 5 Apr 2015 11:11:49 +0000 (UTC)
commit eac975c68225e3c7d5ae21dbf382d6e5b6b02824
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date: Mon Apr 21 14:52:35 2014 +0000
Make sure GStatBuf is typedefed correctly
https://bugzilla.gnome.org/show_bug.cgi?id=728663
glib/gstdio.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gstdio.h b/glib/gstdio.h
index 7601f5e..a0caf73 100644
--- a/glib/gstdio.h
+++ b/glib/gstdio.h
@@ -26,7 +26,7 @@
G_BEGIN_DECLS
-#if defined (_MSC_VER) && !defined(_WIN64)
+#if (defined (__MINGW64_VERSION_MAJOR) || defined (_MSC_VER)) && !defined(_WIN64)
/* Make it clear that we mean the struct with 32-bit st_size and
* 32-bit st_*time fields as that is how the 32-bit GLib DLL normally
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]