mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:39:22 +02:00
lazutils: clean up
git-svn-id: trunk@40238 -
This commit is contained in:
parent
60d3756a53
commit
b4a29891b3
@ -2585,7 +2585,7 @@ begin
|
|||||||
{$IFDEF MSWINDOWS}
|
{$IFDEF MSWINDOWS}
|
||||||
Result := AnsiCompareStr(UTF8ToSys(S1), UTF8ToSys(S2));
|
Result := AnsiCompareStr(UTF8ToSys(S1), UTF8ToSys(S2));
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
Result := WideCompareStr(S1, S2);
|
Result := WideCompareStr(WideString(S1),WideString(S2));
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user