LazUtf8: Next attempt to fix compilation with 2.6.0 on Windows.

git-svn-id: trunk@41729 -
This commit is contained in:
bart 2013-06-16 13:04:53 +00:00
parent 3074084317
commit 51a7ea5e7a

View File

@ -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