mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:36:09 +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}
|
||||
Result := AnsiCompareStr(UTF8ToSys(S1), UTF8ToSys(S2));
|
||||
{$ELSE}
|
||||
Result := WideCompareStr(S1, S2);
|
||||
Result := WideCompareStr(WideString(S1),WideString(S2));
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user