Browse Source

* ifdef linux -> ifdef unix for cthreads

git-svn-id: trunk@7678 -
Jonas Maebe 18 years ago
parent
commit
0c79628c8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw7006.pp

+ 1 - 1
tests/webtbs/tw7006.pp

@@ -2,7 +2,7 @@ program av;
 {$ifdef FPC}{$mode objfpc}{$h+}{$INTERFACES CORBA}{$endif}
 {$ifdef FPC}{$mode objfpc}{$h+}{$INTERFACES CORBA}{$endif}
 {$ifdef mswindows}{$apptype console}{$endif}
 {$ifdef mswindows}{$apptype console}{$endif}
 uses
 uses
- {$ifdef FPC}{$ifdef linux}cthreads,{$endif}{$endif}sysutils;
+ {$ifdef FPC}{$ifdef unix}cthreads,{$endif}{$endif}sysutils;
 type
 type
  testrecty = record
  testrecty = record
   str: widestring;
   str: widestring;