mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:26:13 +02:00
* yet another go32v2 compilation fix after r36507
git-svn-id: trunk@36509 -
This commit is contained in:
parent
279461cb39
commit
f2c23a8407
@ -50,7 +50,7 @@ var
|
||||
implementation
|
||||
|
||||
uses
|
||||
go32fix;
|
||||
go32;
|
||||
|
||||
procedure InitMouse;
|
||||
|
||||
|
@ -48,7 +48,7 @@ procedure CGAFree;
|
||||
implementation
|
||||
|
||||
uses
|
||||
go32fix, crt;
|
||||
go32, crt;
|
||||
|
||||
const
|
||||
palette: array[0..15, 0..2] of Byte = (
|
||||
|
@ -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 }
|
||||
|
@ -298,7 +298,7 @@ function LFBNearPtrAccessPtr: Pointer;
|
||||
implementation
|
||||
|
||||
uses
|
||||
go32fix;
|
||||
go32;
|
||||
|
||||
type
|
||||
TVBEInfoBlock = packed record
|
||||
|
@ -66,7 +66,7 @@ procedure fakemode_load(src: PByte; wvr: Boolean);
|
||||
implementation
|
||||
|
||||
uses
|
||||
go32fix;
|
||||
go32;
|
||||
|
||||
var
|
||||
RealRegs: TRealRegs;
|
||||
|
Loading…
Reference in New Issue
Block a user