mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 21:58:23 +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;
|
end;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$IFDEF UTF8_RTL}
|
|
||||||
function GetLocaleStr(aLocaleID, aLCType: Longint; const Def: string): String;
|
function GetLocaleStr(aLocaleID, aLCType: Longint; const Def: string): String;
|
||||||
var
|
var
|
||||||
L: Integer;
|
L: Integer;
|
||||||
@ -474,6 +473,7 @@ begin
|
|||||||
{$endif}
|
{$endif}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{$IFDEF UTF8_RTL}
|
||||||
function UTF8StrCompAnsiString(S1, S2: PChar): PtrInt;
|
function UTF8StrCompAnsiString(S1, S2: PChar): PtrInt;
|
||||||
begin
|
begin
|
||||||
Result:=UTF8CompareStrP(S1,S2);
|
Result:=UTF8CompareStrP(S1,S2);
|
||||||
|
Loading…
Reference in New Issue
Block a user