]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_macos_defs.h
xnu-2782.1.97.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_macos_defs.h
index f150e29054486e4122d32db0f4420869080fb010..b4a303b88d162513161029c10e91b35abf222539 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2014 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -149,7 +149,7 @@ typedef const UniChar *             ConstUniCharArrayPtr;
        "Boolean" will remain an unsigned char for compatibility with source
        code written before "bool" existed.
 */
-#if !TYPE_BOOL
+#if !TYPE_BOOL && !__bool_true_false_are_defined
 
 enum {
        false                                           = 0,