lcl: on force CP_UTF8 load units FPCAdds and LazUTF8 first

git-svn-id: trunk@46996 -
This commit is contained in:
mattias 2014-11-26 22:11:38 +00:00
parent 13d20a3399
commit 644260b967
2 changed files with 6 additions and 1 deletions

View File

@ -23,6 +23,9 @@ unit Interfaces;
interface
uses
{$IFDEF EnableUTF8RTL}
FPCAdds, LazUTF8,
{$ENDIF}
InterfaceBase;
implementation

View File

@ -28,7 +28,9 @@ interface
successful compilation.
}
uses
Windows, ActiveX, Classes, Translations, ComCtrls, Controls, Buttons,
Windows, // keep as first
ActiveX, Classes,
Translations, ComCtrls, Controls, Buttons,
Forms, Dialogs, GraphMath, GraphType, InterfaceBase, LCLIntf,
LCLType, LMessages, StdCtrls, SysUtils, Win32Def, Graphics, Menus, CommCtrl,
MultiMon, Themes{, Win32Debug};