mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 13:09:17 +02:00
Add cthreads unit for unix targets
git-svn-id: trunk@38760 -
This commit is contained in:
parent
82624ba4cd
commit
1405110f33
@ -13,6 +13,9 @@
|
||||
{$define USE_CPALL_UNIT}
|
||||
{$endif}
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cthreads,
|
||||
{$endif}
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
|
Loading…
Reference in New Issue
Block a user