ok, this is retarded. I'm fixing this once and for all.

if Bool is defined to be ANY kind of type we already know about, this is going to barf.
This commit is contained in:
alecf%netscape.com 1999-04-16 22:29:59 +00:00
parent 268667cd42
commit 2df79618dd

View File

@ -174,6 +174,9 @@
* been #undef-ing Bool before including this file.
* Can we just #undef Bool here? <mailto:mcafee> (help from djw, converse)
*/
#ifdef Bool
#undef Bool
#endif
typedef char Bool;
typedef char XP_Bool;
#endif