mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 15:30:26 +02:00
* ifdef linux -> ifdef unix for cthreads
git-svn-id: trunk@7678 -
This commit is contained in:
parent
741e0a170e
commit
0c79628c8a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user