mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
0638409468
commit
bac0294c73
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user