mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 16:59:11 +02:00
+ unix/linux unit name conflict
This commit is contained in:
parent
b68405e5e6
commit
d076974adf
@ -21,7 +21,11 @@ interface
|
||||
Uses Classes,
|
||||
pipes,
|
||||
{$ifdef linux}
|
||||
{$ifdef ver1_0}
|
||||
Linux,
|
||||
{$else}
|
||||
unix,
|
||||
{$endif}
|
||||
{$else}
|
||||
Windows,
|
||||
{$endif}
|
||||
@ -907,7 +911,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2001-11-05 21:07:08 michael
|
||||
Revision 1.5 2001-11-05 21:45:35 michael
|
||||
+ unix/linux unit name conflict
|
||||
|
||||
Revision 1.4 2001/11/05 21:07:08 michael
|
||||
+ Added header and mode switch
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user