Bläddra i källkod

Add cthreads unit for unix targets

git-svn-id: trunk@38760 -
pierre 7 år sedan
förälder
incheckning
1405110f33
1 ändrade filer med 3 tillägg och 0 borttagningar
  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}