Procházet zdrojové kódy

+ declaration of missing BufLen

git-svn-id: trunk@19130 -
florian před 14 roky
rodič
revize
f238c9161b
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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