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