소스 검색

* String -> ansistring

Michael VAN CANNEYT 2 년 전
부모
커밋
86fd64b6fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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:='';