+ declaration of missing BufLen

git-svn-id: trunk@19130 -
This commit is contained in:
florian 2011-09-17 15:34:36 +00:00
parent 3e7ee21230
commit f238c9161b

View File

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