quote:
Originally posted by Paril
I forgot to remove "bool" as it's not a keyword
Then you can't claim C++ syntax highlighting. bool is a keyword in C++, but not in C.
Edit: And BOOL isn't a keyword: it's a typedef or #define to allow pure C code to have a 'Boolean' type. It's usually equivalent to an unsigned int of some certain length.