浏览代码

+ 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
    end
   else
   else
    AllFilesMask := '*.*';
    AllFilesMask := '*.*';
+  InitSystemDynLibs;
 { Reset IO Error }
 { Reset IO Error }
   InOutRes:=0;
   InOutRes:=0;
 end.
 end.