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:
alexs75 2018-09-17 06:36:46 +00:00
parent 74f61771c9
commit 2652e8522d

View File

@ -119,7 +119,7 @@ uses FileUtil, resource, resreader, InterfaceBase, rxconst, LazFileUtils,
{$IFDEF LINUX}
, elfreader
{$ENDIF}
{$IF (lcl_major > 0) and (lcl_minor > 6)}, LCLPlatformDef {$ENDIF};
{$IF (lcl_fullversion >= 01070000)}, LCLPlatformDef {$ENDIF};
{ TRxVersionInfo }