mirror of
https://gitlab.com/rnger/amath
synced 2026-01-11 23:56:36 +00:00
Updated headers
This commit is contained in:
@ -29,8 +29,7 @@
|
||||
#include "main/evaluator.h"
|
||||
|
||||
#ifdef AMIGA
|
||||
#include <proto/exec.h>
|
||||
#include <proto/dos.h>
|
||||
#include <clib/dos_protos.h>
|
||||
#include "arc/aos/sys/aconsole.h"
|
||||
#include "def/xdef.h"
|
||||
|
||||
|
||||
@ -38,7 +38,6 @@
|
||||
|
||||
#ifdef AMIGA
|
||||
#include <proto/exec.h>
|
||||
#include <proto/dos.h>
|
||||
#include "def/xdef.h"
|
||||
|
||||
#ifdef Exit
|
||||
|
||||
@ -30,10 +30,6 @@
|
||||
#include "arc/aos/sys/afilesystem.h"
|
||||
|
||||
#ifdef AMIGA
|
||||
#include <proto/dos.h>
|
||||
#include <proto/exec.h>
|
||||
#include <dos/dos.h>
|
||||
#include <dos/dosextens.h>
|
||||
#include <dos/exall.h>
|
||||
#include <dos/var.h>
|
||||
#include <exec/memory.h>
|
||||
|
||||
2
def/io.h
2
def/io.h
@ -45,8 +45,6 @@
|
||||
#include "arc/aos/sys/afilesystem.h"
|
||||
|
||||
#ifdef AMIGA
|
||||
#include <proto/exec.h>
|
||||
#include <proto/dos.h>
|
||||
#include "def/xdef.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
|
||||
10
def/xdef.h
10
def/xdef.h
@ -48,6 +48,16 @@
|
||||
#endif
|
||||
|
||||
#ifdef AOS
|
||||
#define DEVCONSOLE "console.device"
|
||||
#define INTUITION_REV 37L
|
||||
#define INTUITION_NAME "intuition.library"
|
||||
#define GRAPHICS_REV 37L
|
||||
#define GRAPHICS_NAME "graphics.library"
|
||||
#define PORTCR "RKM.console.read"
|
||||
#define PORTCW "RKM.console.write"
|
||||
#endif
|
||||
|
||||
#ifdef AOS_PROTO
|
||||
#define DEVCONSOLE (UBYTE*)"console.device"
|
||||
#define INTUITION_REV 33L
|
||||
#define INTUITION_NAME (UBYTE*)"intuition.library"
|
||||
|
||||
Reference in New Issue
Block a user