mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 22:52:13 +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}
|
{$mode objfpc}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
sysutils
|
|
||||||
{$ifdef unix}
|
{$ifdef unix}
|
||||||
,cthreads
|
cthreads,
|
||||||
{$endif}
|
{$endif}
|
||||||
|
sysutils
|
||||||
;
|
;
|
||||||
|
|
||||||
const
|
const
|
||||||
|
Loading…
Reference in New Issue
Block a user