glib_compat: add guint64 type

This commit is contained in:
Nguyen Anh Quynh 2017-01-02 01:24:54 +08:00
parent 3fa50fc06a
commit 2e8fa1dbf6
1 changed files with 1 additions and 0 deletions

View File

@ -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;