You've already forked lazarus-ccr
RxFPC: fix compile rxversinfo.pas with lazarus 1.6, 1.6.2 - tnx GetMem
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5739 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -36,7 +36,7 @@ unit RxVersInfo;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, versionresource;
|
||||
Classes, SysUtils, versionresource, lclversion;
|
||||
|
||||
type
|
||||
TLongVersion = string;
|
||||
@ -112,15 +112,15 @@ type
|
||||
|
||||
implementation
|
||||
uses FileUtil, resource, resreader, InterfaceBase, rxconst, LazFileUtils,
|
||||
LazUTF8, LCLPlatformDef
|
||||
LazUTF8
|
||||
{$IFDEF WINDOWS}
|
||||
, winpeimagereader
|
||||
{$ENDIF}
|
||||
{$IFDEF LINUX}
|
||||
, elfreader
|
||||
{$ENDIF}
|
||||
{$IF (lcl_major > 0) and (lcl_minor > 6)}, LCLPlatformDef {$ENDIF};
|
||||
|
||||
;
|
||||
|
||||
{ TRxVersionInfo }
|
||||
|
||||
|
Reference in New Issue
Block a user