glib_compat: add guint64 type
This commit is contained in:
parent
3fa50fc06a
commit
2e8fa1dbf6
|
@ -41,6 +41,7 @@ typedef void* gpointer;
|
|||
typedef const void *gconstpointer;
|
||||
typedef int gint;
|
||||
typedef uint32_t guint32;
|
||||
typedef uint64_t guint64;
|
||||
typedef unsigned int guint;
|
||||
typedef char gchar;
|
||||
typedef int gboolean;
|
||||
|
|
Loading…
Reference in New Issue