浏览代码

atari: include xbios and gemdos from sysos.inc

git-svn-id: trunk@34662 -
Károly Balogh 8 年之前
父节点
当前提交
7962ce1c54
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      rtl/atari/sysos.inc

+ 3 - 0
rtl/atari/sysos.inc

@@ -15,6 +15,9 @@
 
 
  **********************************************************************}
  **********************************************************************}
 
 
+{$include xbios.inc}
+{$include gemdos.inc}
+
 procedure Error2InOutRes(errno: longint);
 procedure Error2InOutRes(errno: longint);
 begin
 begin
   if (errno <= -2) and (errno >= -11) then
   if (errno <= -2) and (errno >= -11) then