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
This commit is contained in:
Chun-wei Fan 2012-03-19 15:55:20 +08:00
parent 0638409468
commit bac0294c73

View 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 */