mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gtypes.h: fix G_MAXUINT64 definition to use G_GUINT64_CONSTANT
(Noticed as part of https://bugzilla.gnome.org/show_bug.cgi?id=756550)
This commit is contained in:
parent
263aac125e
commit
af0a47701d
@ -72,7 +72,7 @@ typedef double gdouble;
|
||||
|
||||
#define G_MININT64 ((gint64) G_GINT64_CONSTANT(-0x8000000000000000))
|
||||
#define G_MAXINT64 G_GINT64_CONSTANT(0x7fffffffffffffff)
|
||||
#define G_MAXUINT64 G_GINT64_CONSTANT(0xffffffffffffffffU)
|
||||
#define G_MAXUINT64 G_GUINT64_CONSTANT(0xffffffffffffffff)
|
||||
|
||||
typedef void* gpointer;
|
||||
typedef const void *gconstpointer;
|
||||
|
Loading…
Reference in New Issue
Block a user