diff -r 4697592e24ba -r 8d490d97aab8 ui/ui/toolkit.h --- 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