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

git-svn-id: trunk@31900 -
This commit is contained in:
nickysn 2015-10-01 12:37:30 +00:00
parent 8728cc0238
commit 48d9daadb9

View File

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