You've already forked lazarus-ccr
RxFPC:fix compile with lazarus 2.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6646 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -119,7 +119,7 @@ uses FileUtil, resource, resreader, InterfaceBase, rxconst, LazFileUtils,
|
|||||||
{$IFDEF LINUX}
|
{$IFDEF LINUX}
|
||||||
, elfreader
|
, elfreader
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$IF (lcl_major > 0) and (lcl_minor > 6)}, LCLPlatformDef {$ENDIF};
|
{$IF (lcl_fullversion >= 01070000)}, LCLPlatformDef {$ENDIF};
|
||||||
|
|
||||||
|
|
||||||
{ TRxVersionInfo }
|
{ TRxVersionInfo }
|
||||||
|
Reference in New Issue
Block a user