mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 14:18:50 +02:00
+ call InitSystemThreads in the win16 system unit as well
git-svn-id: trunk@34682 -
This commit is contained in:
parent
e0267e3088
commit
cf13bacbba
@ -480,4 +480,7 @@ begin
|
||||
InitSystemDynLibs;
|
||||
{ Reset IO Error }
|
||||
InOutRes:=0;
|
||||
{$ifdef FPC_HAS_FEATURE_THREADING}
|
||||
InitSystemThreads;
|
||||
{$endif}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user