marco 24 years ago
parent
commit
29327cbe69
1 changed files with 8 additions and 1 deletions
  1. 8 1
      ide/wconsole.pas

+ 8 - 1
ide/wconsole.pas

@@ -19,7 +19,11 @@ interface
 {$ifdef UNIX}
    uses
      TermInfo,
+{$Ifdef ver1_0}
      linux;
+{$else}
+     Unix;
+{$endif}
 {$endif UNIX}
 
   type
@@ -73,7 +77,10 @@ end.
 
 {
   $Log$
-  Revision 1.2  2001-10-02 23:58:51  pierre
+  Revision 1.3  2001-10-09 12:10:48  marco
+   * fix.
+
+  Revision 1.2  2001/10/02 23:58:51  pierre
    * fix linux code
 
   Revision 1.1  2001/10/02 23:40:44  pierre