Browse Source

Add cthreads unit for unix targets

git-svn-id: trunk@38760 -
pierre 7 years ago
parent
commit
1405110f33
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/test/twide4.pp

+ 3 - 0
tests/test/twide4.pp

@@ -13,6 +13,9 @@
   {$define USE_CPALL_UNIT}
   {$define USE_CPALL_UNIT}
 {$endif}
 {$endif}
 uses
 uses
+ {$ifdef unix}
+  cthreads,
+ {$endif}
  {$ifndef USE_INTERNAL_UNICODE}
  {$ifndef USE_INTERNAL_UNICODE}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
  {$endif ndef USE_INTERNAL_UNICODE}
  {$endif ndef USE_INTERNAL_UNICODE}