From aeaf6cbd8519e5ccbea16a936a99bf9bea297dcb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Jun 2008 13:15:42 +0000 Subject: Add missing guint8 and guint16 types --- eglib/gmain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eglib/gmain.h') 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; -- cgit