From eb24ce4b4ccc9f6e5cf354fc187d0f3ce284eac1 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sun, 12 Feb 2006 10:25:48 +0000 Subject: [PATCH] minor fix to avoid conflict with Darwin and Cocoa BOOL use --- harbour/include/hbdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/include/hbdefs.h b/harbour/include/hbdefs.h index a6017744b7..c3d8f050ce 100644 --- a/harbour/include/hbdefs.h +++ b/harbour/include/hbdefs.h @@ -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