summaryrefslogtreecommitdiffstats
path: root/eglib
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-03 13:15:42 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-03 13:15:42 +0000
commitaeaf6cbd8519e5ccbea16a936a99bf9bea297dcb (patch)
tree134780e02464cc089565ac09ad02cf245fd8bfaa /eglib
parent3512b58223bc7c30b16b9a327181852de45186d6 (diff)
Add missing guint8 and guint16 types
Diffstat (limited to 'eglib')
-rw-r--r--eglib/gmain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/eglib/gmain.h b/eglib/gmain.h
index 35f608a3..d851f84f 100644
--- a/eglib/gmain.h
+++ b/eglib/gmain.h
@@ -17,6 +17,8 @@ typedef unsigned short gushort;
typedef unsigned long gulong;
typedef unsigned int guint;
+typedef uint8_t guint8;
+typedef uint16_t guint16;
typedef uint32_t guint32;
typedef float gfloat;