|
@@ -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
|