mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
Adding new defines first appeared in 2.22 into glibconfig.h.win32.in
This commit is contained in:
parent
7bac7f4474
commit
fdbeaf71d2
@ -118,6 +118,10 @@ typedef gint64 goffset;
|
||||
typedef signed int gintptr;
|
||||
typedef unsigned int guintptr;
|
||||
|
||||
#define G_GINTPTR_MODIFIER ""
|
||||
#define G_GINTPTR_FORMAT "i"
|
||||
#define G_GUINTPTR_FORMAT "u"
|
||||
|
||||
#else
|
||||
|
||||
#define GPOINTER_TO_INT(p) ((gint) (gint64) (p))
|
||||
@ -134,6 +138,10 @@ typedef signed __int64 gintptr;
|
||||
typedef unsigned __int64 guintptr;
|
||||
#endif
|
||||
|
||||
#define G_GINTPTR_MODIFIER "I64"
|
||||
#define G_GINTPTR_FORMAT "I64i"
|
||||
#define G_GUINTPTR_FORMAT "I64u"
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef NeXT /* @#%@! NeXTStep */
|
||||
|
Loading…
x
Reference in New Issue
Block a user