Add cthreads unit for unix targets

git-svn-id: trunk@38760 -
This commit is contained in:
pierre 2018-04-12 21:42:02 +00:00
parent 82624ba4cd
commit 1405110f33

View File

@ -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}