mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-22 19:35:34 +00:00
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 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