You've already forked lazarus-ccr
RxFPC: fix compile with latest LCL
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4535 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
unit rx_LazReport;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit dcl_rx_ctrl;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -79,7 +79,7 @@ type
|
||||
end;
|
||||
|
||||
implementation
|
||||
uses FileUtil, strutils, RxAppUtils, LazUTF8;
|
||||
uses FileUtil, strutils, RxAppUtils, LazUTF8, LazFileUtils;
|
||||
|
||||
function MenuItemStr(S:string):string;
|
||||
var
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit rx_sort_fbdataset;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit rx_sort_sqldb;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit rx_sort_zeos;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -69,7 +69,7 @@ type
|
||||
end;
|
||||
|
||||
implementation
|
||||
uses rxconst;
|
||||
uses rxconst, LazFileUtils, LazUTF8;
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
|
@ -80,7 +80,7 @@ uses
|
||||
{$IFDEF WINDOWS}
|
||||
windirs,
|
||||
{$ENDIF}
|
||||
Registry, Forms, FileUtil, LazUTF8;
|
||||
Registry, Forms, FileUtil, LazUTF8, LazFileUtils;
|
||||
|
||||
{$IFDEF WINDOWS}
|
||||
function RxGetAppConfigDir(Global: Boolean): String;
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit rxdbgrid_export_spreadsheet;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit rxdbgrid_print;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -54,7 +54,7 @@ type
|
||||
end;
|
||||
|
||||
implementation
|
||||
uses rxapputils, LazUTF8, FileUtil;
|
||||
uses rxapputils, LazUTF8, FileUtil, LazFileUtils;
|
||||
|
||||
{ TRxIniPropStorage }
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit rxnew;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -109,7 +109,7 @@ type
|
||||
|
||||
|
||||
implementation
|
||||
uses FileUtil, resource, resreader, InterfaceBase, rxconst
|
||||
uses FileUtil, resource, resreader, InterfaceBase, rxconst, LazFileUtils, LazUTF8
|
||||
{$IFDEF WINDOWS}
|
||||
, winpeimagereader
|
||||
{$ENDIF}
|
||||
|
Reference in New Issue
Block a user