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
uses
{$ifdef windows}
{$IFDEF EnableUTF8RTL}
FPCAdds,
{$ENDIF}
{$ifdef windows}
Windows,
{$endif}
{$endif}
Classes, SysUtils;
// AnsiToUTF8 and UTF8ToAnsi need a widestring manager under Linux, BSD, MacOSX

View File

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