* yet another go32v2 compilation fix after r36507

git-svn-id: trunk@36509 -
This commit is contained in:
nickysn 2017-06-18 02:17:50 +00:00
parent 279461cb39
commit f2c23a8407
5 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@ var
implementation
uses
go32fix;
go32;
procedure InitMouse;

View File

@ -48,7 +48,7 @@ procedure CGAFree;
implementation
uses
go32fix, crt;
go32, crt;
const
palette: array[0..15, 0..2] of Byte = (

View File

@ -128,7 +128,7 @@ procedure dump_320x(y0, y1: Integer; buffer: PInteger);
implementation
uses
go32fix;
go32;
{ $define __USE_178NOT176}
{ uncomment to use 75% char instead of 25% char }

View File

@ -298,7 +298,7 @@ function LFBNearPtrAccessPtr: Pointer;
implementation
uses
go32fix;
go32;
type
TVBEInfoBlock = packed record

View File

@ -66,7 +66,7 @@ procedure fakemode_load(src: PByte; wvr: Boolean);
implementation
uses
go32fix;
go32;
var
RealRegs: TRealRegs;