mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:51:10 +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);
|
Procedure SetString (Out S : WideString; Buf : PChar; Len : SizeInt);
|
||||||
|
var
|
||||||
|
BufLen : SizeInt;
|
||||||
begin
|
begin
|
||||||
SetLength(S,Len);
|
SetLength(S,Len);
|
||||||
If (Buf<>Nil) and (Len>0) then
|
If (Buf<>Nil) and (Len>0) then
|
||||||
|
Loading…
Reference in New Issue
Block a user