Selaa lähdekoodia

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

git-svn-id: trunk@31900 -
nickysn 9 vuotta sitten
vanhempi
commit
48d9daadb9
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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.