mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 21:46:13 +02:00
* var declaration was missing ??
This commit is contained in:
parent
0252e17f0e
commit
39a719b39b
@ -32,6 +32,10 @@ end;
|
||||
function GetVESAInfo( Mode : WORD ):Boolean;
|
||||
var Result_:longint;
|
||||
St : string;
|
||||
{$ifdef Test_linear}
|
||||
Temp : longint;
|
||||
{$endif Test_linear}
|
||||
|
||||
begin
|
||||
Result_:=Global_dos_alloc($0200);
|
||||
Sel:=word(Result_);
|
||||
@ -329,7 +333,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-12-21 13:07:03 peter
|
||||
Revision 1.2 1998-12-21 14:06:03 pierre
|
||||
* var declaration was missing ??
|
||||
|
||||
Revision 1.1 1998/12/21 13:07:03 peter
|
||||
* use -FE
|
||||
|
||||
Revision 1.7 1998/11/25 13:04:46 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user