Explorar el Código

* String -> ansistring

Michael VAN CANNEYT hace 2 años
padre
commit
86fd64b6fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/netwlibc/dynlibs.inc

+ 1 - 1
rtl/netwlibc/dynlibs.inc

@@ -39,7 +39,7 @@ begin
   Result:=dlClose(Lib)=0;
 end;
 
-Function SysGetLoadErrorStr: string;
+Function SysGetLoadErrorStr: AnsiString;
 
 begin  
   Result:='';