ui/ui/toolkit.h

changeset 66
8d490d97aab8
parent 64
6ef2c7f73a30
child 78
135920fe441b
--- a/ui/ui/toolkit.h	Mon Jan 05 18:47:07 2015 +0100
+++ b/ui/ui/toolkit.h	Wed Jan 07 17:25:33 2015 +0100
@@ -60,6 +60,13 @@
 
 #endif
 
+#ifndef TRUE
+#define TRUE 1
+#endif
+#ifndef FALSE
+#define FALSE 0
+#endif
+
 #ifdef	__cplusplus
 extern "C" {
 #endif

mercurial