diff --git a/wst/trunk/wst_global.inc b/wst/trunk/wst_global.inc index 014e9ba84..88fd9e633 100644 --- a/wst/trunk/wst_global.inc +++ b/wst/trunk/wst_global.inc @@ -3,6 +3,7 @@ {$IFDEF FPC} {$mode objfpc}{$H+} {$DEFINE HAS_QWORD} + {$DEFINE HAS_TKBOOL} {$UNDEF WST_INTF_DOM} //{$DEFINE USE_INLINE} {$IF Defined(FPC_VERSION) and (FPC_VERSION = 2) } @@ -19,6 +20,7 @@ {$DEFINE WST_DELPHI} {$DEFINE DELPHI} {$UNDEF HAS_QWORD} + {$UNDEF HAS_TKBOOL} {$UNDEF USE_INLINE} {$DEFINE WST_RECORD_RTTI} {$DEFINE WST_INTF_DOM}