minor fix to avoid conflict with Darwin and Cocoa use

This commit is contained in:
Antonio Linares
2006-02-12 10:13:32 +00:00
parent b941baf064
commit 298d73e547

View File

@@ -157,8 +157,10 @@
#if ! defined( HB_DONT_DEFINE_BASIC_TYPES )
#undef BOOL /* boolean */
typedef int BOOL;
#ifndef HB_DONT_DEFINE_BOOL
#undef BOOL /* boolean */
typedef int BOOL;
#endif
#undef UINT /* varies with platform */
typedef unsigned int UINT;