Procházet zdrojové kódy

Add cthreads unit for unix targets

git-svn-id: trunk@38760 -
pierre před 7 roky
rodič
revize
1405110f33
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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}