Skip to content

Commit

Permalink
glib_compat: add guint64 type
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jan 1, 2017
1 parent 3fa50fc commit 2e8fa1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu/include/glib_compat.h
Expand Up @@ -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;
Expand Down

0 comments on commit 2e8fa1d

Please sign in to comment.