You've already forked lazarus-ccr
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:
@ -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}
|
||||
|
Reference in New Issue
Block a user