mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +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
|
||||
DosError : integer;
|
||||
|
||||
{$ifdef cpui386}
|
||||
{Interrupt}
|
||||
Procedure Intr(intno: byte; var regs: registers);
|
||||
Procedure MSDos(var regs: registers);
|
||||
{$endif cpui386}
|
||||
|
||||
{Info/Date/Time}
|
||||
Function DosVersion: Word;
|
||||
|
Loading…
Reference in New Issue
Block a user