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