Explorar o código

+ declaration of missing BufLen

git-svn-id: trunk@19130 -
florian %!s(int64=14) %!d(string=hai) anos
pai
achega
f238c9161b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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