Browse Source

Add cthreads unit for unix targets

git-svn-id: trunk@38760 -
pierre 7 năm trước cách đây
mục cha
commit
1405110f33
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      tests/test/twide4.pp

+ 3 - 0
tests/test/twide4.pp

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