Sfoglia il codice sorgente

+ declaration of missing BufLen

git-svn-id: trunk@19130 -
florian 14 anni fa
parent
commit
f238c9161b
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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