Update glibconfig.h.win32(.in)
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 19 Mar 2012 07:55:20 +0000 (15:55 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 19 Mar 2012 07:55:20 +0000 (15:55 +0800)
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

index ae65d78..6c0fac2 100644 (file)
@@ -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 */