mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
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:
parent
268667cd42
commit
2df79618dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user