mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +02:00
+ declaration of missing BufLen
git-svn-id: trunk@19130 -
This commit is contained in:
parent
3e7ee21230
commit
f238c9161b
@ -1026,6 +1026,8 @@ end;
|
||||
|
||||
|
||||
Procedure SetString (Out S : WideString; Buf : PChar; Len : SizeInt);
|
||||
var
|
||||
BufLen : SizeInt;
|
||||
begin
|
||||
SetLength(S,Len);
|
||||
If (Buf<>Nil) and (Len>0) then
|
||||
|
Loading…
Reference in New Issue
Block a user