lazutils: fix compilation with DisableUTF8RTL after r52480 #b13ba1b0b9

git-svn-id: trunk@52488 -
This commit is contained in:
ondrej 2016-06-12 08:57:25 +00:00
parent d73fac1210
commit 4706ec8505

View File

@ -346,7 +346,6 @@ begin
end;
{$endif}
{$IFDEF UTF8_RTL}
function GetLocaleStr(aLocaleID, aLCType: Longint; const Def: string): String;
var
L: Integer;
@ -474,6 +473,7 @@ begin
{$endif}
end;
{$IFDEF UTF8_RTL}
function UTF8StrCompAnsiString(S1, S2: PChar): PtrInt;
begin
Result:=UTF8CompareStrP(S1,S2);