minor fix to avoid conflict with Darwin and Cocoa BOOL use

This commit is contained in:
Antonio Linares
2006-02-12 10:25:48 +00:00
parent ab2f96deae
commit eb24ce4b4c

View File

@@ -157,7 +157,7 @@
#if ! defined( HB_DONT_DEFINE_BASIC_TYPES )
#ifndef HB_DONT_DEFINE_BOOL
#if ! defined( HB_DONT_DEFINE_BOOL )
#undef BOOL /* boolean */
typedef int BOOL;
#endif