tkBool is now handle if HAS_TKBOOL is defined

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@513 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2008-07-28 17:44:56 +00:00
parent 50977a8f9f
commit f67718e99c

View File

@ -3,6 +3,7 @@
{$IFDEF FPC} {$IFDEF FPC}
{$mode objfpc}{$H+} {$mode objfpc}{$H+}
{$DEFINE HAS_QWORD} {$DEFINE HAS_QWORD}
{$DEFINE HAS_TKBOOL}
{$UNDEF WST_INTF_DOM} {$UNDEF WST_INTF_DOM}
//{$DEFINE USE_INLINE} //{$DEFINE USE_INLINE}
{$IF Defined(FPC_VERSION) and (FPC_VERSION = 2) } {$IF Defined(FPC_VERSION) and (FPC_VERSION = 2) }
@ -19,6 +20,7 @@
{$DEFINE WST_DELPHI} {$DEFINE WST_DELPHI}
{$DEFINE DELPHI} {$DEFINE DELPHI}
{$UNDEF HAS_QWORD} {$UNDEF HAS_QWORD}
{$UNDEF HAS_TKBOOL}
{$UNDEF USE_INLINE} {$UNDEF USE_INLINE}
{$DEFINE WST_RECORD_RTTI} {$DEFINE WST_RECORD_RTTI}
{$DEFINE WST_INTF_DOM} {$DEFINE WST_INTF_DOM}