mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 11:32:46 +02:00
atari: include xbios and gemdos from sysos.inc
git-svn-id: trunk@34662 -
This commit is contained in:
parent
71a4087bc5
commit
7962ce1c54
@ -15,6 +15,9 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$include xbios.inc}
|
||||
{$include gemdos.inc}
|
||||
|
||||
procedure Error2InOutRes(errno: longint);
|
||||
begin
|
||||
if (errno <= -2) and (errno >= -11) then
|
||||
|
Loading…
Reference in New Issue
Block a user