[glib] Update glibconfig.h.win32(.in)



commit bac0294c73b3ff9c33885d0af6f3e20af7062739
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Mar 19 15:55:20 2012 +0800

    Update glibconfig.h.win32(.in)
    
    Added the definitions below, as these #defines are needed for gqsort.c
    
    #define ALIGNOF_GUINT32 4
    #define ALIGNOF_GUINT64 8
    #define ALIGNOF_UNSIGNED_LONG 4

 glib/glibconfig.h.win32.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/glib/glibconfig.h.win32.in b/glib/glibconfig.h.win32.in
index ae65d78..6c0fac2 100644
--- a/glib/glibconfig.h.win32.in
+++ b/glib/glibconfig.h.win32.in
@@ -261,6 +261,10 @@ typedef void * GPid;
 #define GLIB_SYSDEF_MSG_PEEK      2
 #define GLIB_SYSDEF_MSG_DONTROUTE 4
 
+#define ALIGNOF_GUINT32 4
+#define ALIGNOF_GUINT64 8
+#define ALIGNOF_UNSIGNED_LONG 4
+
 G_END_DECLS
 
 #endif /* GLIBCONFIG_H */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]