You've already forked lazarus-ccr
RxFPC: fix compile whith trunc FPC 3.1.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3951 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -36,7 +36,7 @@ unit dbutils;
|
||||
interface
|
||||
|
||||
uses
|
||||
LCLType, LCLProc, LCLIntf, Registry, Classes, SysUtils, DB, IniFiles;
|
||||
LCLType, LCLIntf, Registry, Classes, SysUtils, DB, IniFiles;
|
||||
|
||||
const
|
||||
IntegerDataTypes = [ftSmallint, ftInteger, ftWord, ftLargeint];
|
||||
@ -164,7 +164,7 @@ procedure _DBError(const Msg: string);
|
||||
implementation
|
||||
|
||||
uses Forms, Controls, Dialogs, RXDConst, VCLUtils, FileUtil,
|
||||
AppUtils, RxAppUtils, RxStrUtils, Math, DateUtil;
|
||||
AppUtils, RxAppUtils, RxStrUtils, Math, DateUtil, LazUTF8;
|
||||
|
||||
{ Utility routines }
|
||||
|
||||
|
@ -21,10 +21,10 @@
|
||||
</CompilerOptions>
|
||||
<Description Value="Delphi VCL Extensions (RX)
|
||||
Copyright (c) 1998 Master-Bank
|
||||
translate to Lazarus by alexs in 2005 - 2014
|
||||
translate to Lazarus by alexs in 2005 - 2015
|
||||
"/>
|
||||
<License Value="LGPL"/>
|
||||
<Version Major="2" Minor="7" Release="1" Build="156"/>
|
||||
<Version Major="2" Minor="7" Release="2" Build="158"/>
|
||||
<Files Count="69">
|
||||
<Item1>
|
||||
<Filename Value="autopanel.pas"/>
|
||||
|
Reference in New Issue
Block a user