Hacker News new | ask | show | jobs
by mikeash 4827 days ago
CFBase.h defines TRUE as 1 and FALSE as 0. There's no reason to think that they defined it themselves (and indeed, I believe this would error unless they explicitly checked for a previous definition).
1 comments

Correct.