mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 20:00:19 +02:00
* cthreads is unix only
This commit is contained in:
parent
ff064bf580
commit
ec93a88048
@ -8,7 +8,7 @@ program test;
|
|||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
{$ifdef fpc}CThreads,{$endif}
|
{$ifdef fpc}{$ifdef unix}CThreads,{$endif}{$endif}
|
||||||
Classes;
|
Classes;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user