Browse Source

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

git-svn-id: trunk@31900 -
nickysn 9 years ago
parent
commit
48d9daadb9
1 changed files with 1 additions and 0 deletions
  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.