mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 22:40:30 +02:00
* intr and msdos for non i386 targets disabled
This commit is contained in:
parent
71ec4c10a9
commit
4fbee8aafc
@ -68,9 +68,11 @@ Type
|
|||||||
Var
|
Var
|
||||||
DosError : integer;
|
DosError : integer;
|
||||||
|
|
||||||
|
{$ifdef cpui386}
|
||||||
{Interrupt}
|
{Interrupt}
|
||||||
Procedure Intr(intno: byte; var regs: registers);
|
Procedure Intr(intno: byte; var regs: registers);
|
||||||
Procedure MSDos(var regs: registers);
|
Procedure MSDos(var regs: registers);
|
||||||
|
{$endif cpui386}
|
||||||
|
|
||||||
{Info/Date/Time}
|
{Info/Date/Time}
|
||||||
Function DosVersion: Word;
|
Function DosVersion: Word;
|
||||||
|
Loading…
Reference in New Issue
Block a user