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;
|
unit rx_LazReport;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit dcl_rx_ctrl;
|
unit dcl_rx_ctrl;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -79,7 +79,7 @@ type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
uses FileUtil, strutils, RxAppUtils, LazUTF8;
|
uses FileUtil, strutils, RxAppUtils, LazUTF8, LazFileUtils;
|
||||||
|
|
||||||
function MenuItemStr(S:string):string;
|
function MenuItemStr(S:string):string;
|
||||||
var
|
var
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit rx_sort_fbdataset;
|
unit rx_sort_fbdataset;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit rx_sort_sqldb;
|
unit rx_sort_sqldb;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit rx_sort_zeos;
|
unit rx_sort_zeos;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -69,7 +69,7 @@ type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
uses rxconst;
|
uses rxconst, LazFileUtils, LazUTF8;
|
||||||
|
|
||||||
{$R *.lfm}
|
{$R *.lfm}
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ uses
|
|||||||
{$IFDEF WINDOWS}
|
{$IFDEF WINDOWS}
|
||||||
windirs,
|
windirs,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
Registry, Forms, FileUtil, LazUTF8;
|
Registry, Forms, FileUtil, LazUTF8, LazFileUtils;
|
||||||
|
|
||||||
{$IFDEF WINDOWS}
|
{$IFDEF WINDOWS}
|
||||||
function RxGetAppConfigDir(Global: Boolean): String;
|
function RxGetAppConfigDir(Global: Boolean): String;
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit rxdbgrid_export_spreadsheet;
|
unit rxdbgrid_export_spreadsheet;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit rxdbgrid_print;
|
unit rxdbgrid_print;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -54,7 +54,7 @@ type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
uses rxapputils, LazUTF8, FileUtil;
|
uses rxapputils, LazUTF8, FileUtil, LazFileUtils;
|
||||||
|
|
||||||
{ TRxIniPropStorage }
|
{ TRxIniPropStorage }
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit rxnew;
|
unit rxnew;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -109,7 +109,7 @@ type
|
|||||||
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
uses FileUtil, resource, resreader, InterfaceBase, rxconst
|
uses FileUtil, resource, resreader, InterfaceBase, rxconst, LazFileUtils, LazUTF8
|
||||||
{$IFDEF WINDOWS}
|
{$IFDEF WINDOWS}
|
||||||
, winpeimagereader
|
, winpeimagereader
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Reference in New Issue
Block a user