mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-02 20:50:57 +01:00
* ifdef linux -> Unix fix
This commit is contained in:
parent
716807c9c6
commit
20e722e8e1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user