Browse Source

* uses typo errror fixed

pierre 26 years ago
parent
commit
99562698de
1 changed files with 8 additions and 5 deletions
  1. 8 5
      ide/text/vesa.pas

+ 8 - 5
ide/text/vesa.pas

@@ -18,18 +18,18 @@ unit VESA;
 interface
 
 uses
-  Dos
+  Dos,
   {$ifdef TP}
     {$ifdef DPMI}
-    ,WinDos,WinAPI
+    WinDos,WinAPI,
     {$endif}
   {$endif}
   {$ifdef FPC}
     {$ifdef GO32V2}
-    ,Go32
+    Go32,
     {$endif}
   {$endif}
-  ,Objects,Strings,WUtils;
+  Objects,Strings,WUtils;
 
 const
      { Video Mode Attributes mask constants }
@@ -481,7 +481,10 @@ BEGIN
 END.
 {
   $Log$
-  Revision 1.2  1999-03-26 19:09:44  peter
+  Revision 1.3  1999-04-01 10:04:18  pierre
+   * uses typo errror fixed
+
+  Revision 1.2  1999/03/26 19:09:44  peter
     * fixed for go32v2
 
   Revision 1.1  1999/03/23 15:11:39  peter