Bug Fix : XWALK-1885 - use bool as guint8
[profile/ivi/message-port.git] / lib / message-port.h
index cf5591a..7b8cf0e 100644 (file)
@@ -38,7 +38,7 @@
 #include <glib.h>
 
 #ifndef __cplusplus
-typedef gboolean bool;
+typedef guint8 bool;
 #endif
 
 G_BEGIN_DECLS