* ifdef linux -> ifdef unix for cthreads

git-svn-id: trunk@7678 -
This commit is contained in:
Jonas Maebe 2007-06-16 08:48:13 +00:00
parent 741e0a170e
commit 0c79628c8a

View File

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