VirtualBox

Changeset 3601

Show
Ignore:
Timestamp:
07/13/07 00:13:56 (1 year ago)
Author:
vboxsync
Message:

Undefine FALSE & TRUE on Darwin to kill some warnings.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/com/defs.h

    r3403 r3601  
    9999#endif // defined (__OS2__) 
    100100 
     101#if defined (__DARWIN__) 
     102  /* CFBase.h defines these*/ 
     103# undef FALSE 
     104# undef TRUE 
     105#endif  /* __DARWIN__ */ 
     106 
    101107#include <nsID.h> 
    102108 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy