diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/stdapis/stdbool.h --- a/epoc32/include/stdapis/stdbool.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/stdapis/stdbool.h Wed Mar 31 12:33:34 2010 +0100 @@ -50,6 +50,8 @@ #endif #endif//__SYMBIAN32__ +#define bool _Bool + #endif /* !__cplusplus */ #endif /* !_STDBOOL_H_ */