mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-23 00:26:30 +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.
|
//fpc 2.6.0 does not have StrLen for WideChar.
|
||||||
//Remove this when we have 2.6.4 or higher
|
//Remove this when we have 2.6.4 or higher
|
||||||
{$if FPC_FULLVERSION < 20602}
|
{$if FPC_FULLVERSION < 20602}
|
||||||
function StrLen(PW: PWideChar): SizeInt;
|
function StrLen(PW: PWideChar): SizeInt; overload;
|
||||||
var
|
var
|
||||||
i: SizeInt;
|
i: SizeInt;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user