浏览代码

Add cthreads unit for unix targets

git-svn-id: trunk@38760 -
pierre 7 年之前
父节点
当前提交
1405110f33
共有 1 个文件被更改,包括 3 次插入0 次删除
  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}