Przeglądaj źródła

+ declaration of missing BufLen

git-svn-id: trunk@19130 -
florian 14 lat temu
rodzic
commit
f238c9161b
1 zmienionych plików z 2 dodań i 0 usunięć
  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