mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 06:12:38 +02:00
lazutils: fix compilation with DisableUTF8RTL after r52480 #b13ba1b0b9
git-svn-id: trunk@52488 -
This commit is contained in:
parent
d73fac1210
commit
4706ec8505
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user