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
Родитель 268667cd42
Коммит 2df79618dd
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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