You've already forked lazarus-ccr
FPC 3.x compatibility (Thanks Oleg, initial patch)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3886 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -38,23 +38,10 @@
|
||||
{$DEFINE WST_TKHELPER}
|
||||
{$IFEND}
|
||||
|
||||
{$IF Defined(FPC_VERSION) and (FPC_VERSION = 2) }
|
||||
{$IF Defined(FPC_RELEASE) }
|
||||
{$IF Defined(FPC_VERSION) and (FPC_RELEASE > 0) }
|
||||
{$define FPC_211}
|
||||
{$IF Defined(FPC_RELEASE) and (FPC_RELEASE > 2) }
|
||||
{$DEFINE WST_TKPROCVAR}
|
||||
{$DEFINE WST_UNICODESTRING}
|
||||
{$IFEND}
|
||||
{$IF Defined(FPC_RELEASE) and (FPC_RELEASE > 2) }
|
||||
{$DEFINE TDOMNodeList_RELEASE_NOT_FREE}
|
||||
{$IFEND}
|
||||
{$IFEND}
|
||||
{$IFEND}
|
||||
{$IFEND}
|
||||
{$IF Defined(FPC_211)}
|
||||
{$DEFINE HAS_FORMAT_SETTINGS}
|
||||
{$IFEND}
|
||||
{$DEFINE WST_TKPROCVAR}
|
||||
{$DEFINE WST_UNICODESTRING}
|
||||
{$DEFINE TDOMNodeList_RELEASE_NOT_FREE}
|
||||
{$DEFINE HAS_FORMAT_SETTINGS}
|
||||
{$IFDEF WINDOWS}
|
||||
{$DEFINE WST_SEMAPHORE_TIMEOUT}
|
||||
{$ENDIF WINDOWS}
|
||||
|
Reference in New Issue
Block a user