mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 14:47:55 +02:00
+ PS1: initialize the thread manager in the system unit
This commit is contained in:
parent
dacbca0379
commit
73aa2fd266
@ -145,4 +145,9 @@ begin
|
||||
|
||||
{ Reset IO Error }
|
||||
InOutRes:= 0;
|
||||
|
||||
{$ifdef FPC_HAS_FEATURE_THREADING}
|
||||
{ Initialize the thread manager }
|
||||
InitSystemThreads;
|
||||
{$endif}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user