mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 14:18:17 +02:00
LazUtf8: Next attempt to fix compilation with 2.6.0 on Windows.
git-svn-id: trunk@41729 -
This commit is contained in:
parent
3074084317
commit
51a7ea5e7a
@ -36,7 +36,7 @@ end;
|
||||
//fpc 2.6.0 does not have StrLen for WideChar.
|
||||
//Remove this when we have 2.6.4 or higher
|
||||
{$if FPC_FULLVERSION < 20602}
|
||||
function StrLen(PW: PWideChar): SizeInt;
|
||||
function StrLen(PW: PWideChar): SizeInt; overload;
|
||||
var
|
||||
i: SizeInt;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user