Browse Source

+ unix/linux unit name conflict

michael 24 years ago
parent
commit
d076974adf
1 changed files with 8 additions and 1 deletions
  1. 8 1
      fcl/inc/process.pp

+ 8 - 1
fcl/inc/process.pp

@@ -21,7 +21,11 @@ interface
 Uses Classes,
 Uses Classes,
      pipes,
      pipes,
 {$ifdef linux}
 {$ifdef linux}
+{$ifdef ver1_0}
      Linux,
      Linux,
+{$else}
+     unix,
+{$endif}     
 {$else}          
 {$else}          
      Windows,
      Windows,
 {$endif}     
 {$endif}     
@@ -907,7 +911,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $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
   + Added header and mode switch
 
 
 }
 }