522cae342b
the BOOL type predefined on Windows in C does not match the C++ bool type for the same compiler. One is an int when the other is a char. Make sure we check for bool for all non C++ compilers. This commit was SVN r11429.