mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 10:49:07 +02:00
* made cthreads the first unit, as the initialisation code of sysutils now
apparently already triggers threading-related code git-svn-id: trunk@34516 -
This commit is contained in:
parent
66be068365
commit
775f86d216
@ -4,10 +4,10 @@
|
||||
{$mode objfpc}
|
||||
|
||||
uses
|
||||
sysutils
|
||||
{$ifdef unix}
|
||||
,cthreads
|
||||
cthreads,
|
||||
{$endif}
|
||||
sysutils
|
||||
;
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user