+ call InitSystemThreads in the win16 system unit as well

git-svn-id: trunk@34682 -
This commit is contained in:
nickysn 2016-10-08 22:04:40 +00:00
parent e0267e3088
commit cf13bacbba

View File

@ -480,4 +480,7 @@ begin
InitSystemDynLibs;
{ Reset IO Error }
InOutRes:=0;
{$ifdef FPC_HAS_FEATURE_THREADING}
InitSystemThreads;
{$endif}
end.