lazutils: simplify enableutf8rtl by only using lazutf8

git-svn-id: trunk@47915 -
This commit is contained in:
mattias 2015-02-20 14:28:49 +00:00
parent 94aa787b23
commit 222321addf
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;