Browse Source

* added cthreads unit for unix targets to uses list

git-svn-id: trunk@3796 -
tom_at_work 19 years ago
parent
commit
49cba77425
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/webtbs/tw6767.pp

+ 3 - 0
tests/webtbs/tw6767.pp

@@ -2,6 +2,9 @@
 program t3;
 program t3;
 
 
 uses
 uses
+{$ifdef unix}
+ cthreads,
+{$endif}
  Sysutils,uw6767;
  Sysutils,uw6767;