From 97c2cec1bb4a8f04f69bd3f61253d1959a38a2ee Mon Sep 17 00:00:00 2001 From: alexs75 Date: Thu, 19 Feb 2015 05:29:48 +0000 Subject: [PATCH] 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 --- components/rx/trunk/dbutils.pas | 4 ++-- components/rx/trunk/rxnew.lpk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/rx/trunk/dbutils.pas b/components/rx/trunk/dbutils.pas index 64bbc4456..2faa24e22 100644 --- a/components/rx/trunk/dbutils.pas +++ b/components/rx/trunk/dbutils.pas @@ -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 } diff --git a/components/rx/trunk/rxnew.lpk b/components/rx/trunk/rxnew.lpk index 899ec6fef..92fe57bba 100644 --- a/components/rx/trunk/rxnew.lpk +++ b/components/rx/trunk/rxnew.lpk @@ -21,10 +21,10 @@ - +