mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +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
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
go32fix;
|
go32;
|
||||||
|
|
||||||
procedure InitMouse;
|
procedure InitMouse;
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ procedure CGAFree;
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
go32fix, crt;
|
go32, crt;
|
||||||
|
|
||||||
const
|
const
|
||||||
palette: array[0..15, 0..2] of Byte = (
|
palette: array[0..15, 0..2] of Byte = (
|
||||||
|
@ -128,7 +128,7 @@ procedure dump_320x(y0, y1: Integer; buffer: PInteger);
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
go32fix;
|
go32;
|
||||||
|
|
||||||
{ $define __USE_178NOT176}
|
{ $define __USE_178NOT176}
|
||||||
{ uncomment to use 75% char instead of 25% char }
|
{ uncomment to use 75% char instead of 25% char }
|
||||||
|
@ -298,7 +298,7 @@ function LFBNearPtrAccessPtr: Pointer;
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
go32fix;
|
go32;
|
||||||
|
|
||||||
type
|
type
|
||||||
TVBEInfoBlock = packed record
|
TVBEInfoBlock = packed record
|
||||||
|
@ -66,7 +66,7 @@ procedure fakemode_load(src: PByte; wvr: Boolean);
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
go32fix;
|
go32;
|
||||||
|
|
||||||
var
|
var
|
||||||
RealRegs: TRealRegs;
|
RealRegs: TRealRegs;
|
||||||
|
Loading…
Reference in New Issue
Block a user