mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 01:49:28 +02:00
lcl: on force CP_UTF8 load units FPCAdds and LazUTF8 first
git-svn-id: trunk@46996 -
This commit is contained in:
parent
13d20a3399
commit
644260b967
@ -23,6 +23,9 @@ unit Interfaces;
|
||||
interface
|
||||
|
||||
uses
|
||||
{$IFDEF EnableUTF8RTL}
|
||||
FPCAdds, LazUTF8,
|
||||
{$ENDIF}
|
||||
InterfaceBase;
|
||||
|
||||
implementation
|
||||
|
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user