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
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, versionresource;
|
Classes, SysUtils, versionresource, lclversion;
|
||||||
|
|
||||||
type
|
type
|
||||||
TLongVersion = string;
|
TLongVersion = string;
|
||||||
@ -112,15 +112,15 @@ type
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
uses FileUtil, resource, resreader, InterfaceBase, rxconst, LazFileUtils,
|
uses FileUtil, resource, resreader, InterfaceBase, rxconst, LazFileUtils,
|
||||||
LazUTF8, LCLPlatformDef
|
LazUTF8
|
||||||
{$IFDEF WINDOWS}
|
{$IFDEF WINDOWS}
|
||||||
, winpeimagereader
|
, winpeimagereader
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$IFDEF LINUX}
|
{$IFDEF LINUX}
|
||||||
, elfreader
|
, elfreader
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
{$IF (lcl_major > 0) and (lcl_minor > 6)}, LCLPlatformDef {$ENDIF};
|
||||||
|
|
||||||
;
|
|
||||||
|
|
||||||
{ TRxVersionInfo }
|
{ TRxVersionInfo }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user