Browse Source

* fixed for go32v2

peter 26 years ago
parent
commit
6c994bb294
1 changed files with 6 additions and 3 deletions
  1. 6 3
      ide/text/vesa.pas

+ 6 - 3
ide/text/vesa.pas

@@ -18,7 +18,7 @@ unit VESA;
 interface
 interface
 
 
 uses
 uses
-  Dos,
+  Dos
   {$ifdef TP}
   {$ifdef TP}
     {$ifdef DPMI}
     {$ifdef DPMI}
     ,WinDos,WinAPI
     ,WinDos,WinAPI
@@ -29,7 +29,7 @@ uses
     ,Go32
     ,Go32
     {$endif}
     {$endif}
   {$endif}
   {$endif}
-  Objects,Strings,WUtils;
+  ,Objects,Strings,WUtils;
 
 
 const
 const
      { Video Mode Attributes mask constants }
      { Video Mode Attributes mask constants }
@@ -481,7 +481,10 @@ BEGIN
 END.
 END.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  1999-03-23 15:11:39  peter
+  Revision 1.2  1999-03-26 19:09:44  peter
+    * fixed for go32v2
+
+  Revision 1.1  1999/03/23 15:11:39  peter
     * desktop saving things
     * desktop saving things
     * vesa mode
     * vesa mode
     * preferences dialog
     * preferences dialog