mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 02:53:42 +00:00
glib_compat: add guint64 type
This commit is contained in:
parent
3fa50fc06a
commit
2e8fa1dbf6
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ typedef void* gpointer;
|
||||||
typedef const void *gconstpointer;
|
typedef const void *gconstpointer;
|
||||||
typedef int gint;
|
typedef int gint;
|
||||||
typedef uint32_t guint32;
|
typedef uint32_t guint32;
|
||||||
|
typedef uint64_t guint64;
|
||||||
typedef unsigned int guint;
|
typedef unsigned int guint;
|
||||||
typedef char gchar;
|
typedef char gchar;
|
||||||
typedef int gboolean;
|
typedef int gboolean;
|
||||||
|
|
Loading…
Reference in a new issue