소스 검색

+ init the dynlibs manager in the win16 system unit startup code

git-svn-id: trunk@31900 -
nickysn 9 년 전
부모
커밋
48d9daadb9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/win16/system.pp

+ 1 - 0
rtl/win16/system.pp

@@ -462,6 +462,7 @@ begin
    end
   else
    AllFilesMask := '*.*';
+  InitSystemDynLibs;
 { Reset IO Error }
   InOutRes:=0;
 end.