* ifdef linux -> Unix fix

This commit is contained in:
marco 2001-12-11 11:15:15 +00:00
parent 716807c9c6
commit 20e722e8e1

View File

@ -20,7 +20,7 @@ interface
Uses Classes,
pipes,
{$ifdef linux}
{$ifdef Unix}
{$ifdef ver1_0}
Linux,
{$else}
@ -915,7 +915,10 @@ end;
end.
{
$Log$
Revision 1.7 2001-11-24 20:43:56 carl
Revision 1.8 2001-12-11 11:15:15 marco
* ifdef linux -> Unix fix
Revision 1.7 2001/11/24 20:43:56 carl
* fix compilation problems under non-linux systems
Revision 1.6 2001/11/08 13:01:06 michael