lazutils: enableutf8rtl: load lazutf8 earlier

git-svn-id: branches/fixes_1_4@47916 -
This commit is contained in:
mattias 2015-02-20 14:29:30 +00:00
parent 1f80845bfe
commit 8a9d8c342f
2 changed files with 6 additions and 3 deletions

View File

@ -25,9 +25,12 @@ unit LazUTF8;
interface interface
uses uses
{$ifdef windows} {$IFDEF EnableUTF8RTL}
FPCAdds,
{$ENDIF}
{$ifdef windows}
Windows, Windows,
{$endif} {$endif}
Classes, SysUtils; Classes, SysUtils;
// AnsiToUTF8 and UTF8ToAnsi need a widestring manager under Linux, BSD, MacOSX // AnsiToUTF8 and UTF8ToAnsi need a widestring manager under Linux, BSD, MacOSX

View File

@ -24,7 +24,7 @@ interface
uses uses
{$IFDEF EnableUTF8RTL} {$IFDEF EnableUTF8RTL}
FPCAdds, LazUTF8, LazUTF8,
{$ENDIF} {$ENDIF}
InterfaceBase; InterfaceBase;