浏览代码

+ declaration of missing BufLen

git-svn-id: trunk@19130 -
florian 14 年之前
父节点
当前提交
f238c9161b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      rtl/inc/wstrings.inc

+ 2 - 0
rtl/inc/wstrings.inc

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