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"
|
#include "main/evaluator.h"
|
||||||
|
|
||||||
#ifdef AMIGA
|
#ifdef AMIGA
|
||||||
#include <proto/exec.h>
|
#include <clib/dos_protos.h>
|
||||||
#include <proto/dos.h>
|
|
||||||
#include "arc/aos/sys/aconsole.h"
|
#include "arc/aos/sys/aconsole.h"
|
||||||
#include "def/xdef.h"
|
#include "def/xdef.h"
|
||||||
|
|
||||||
|
|||||||
@ -38,7 +38,6 @@
|
|||||||
|
|
||||||
#ifdef AMIGA
|
#ifdef AMIGA
|
||||||
#include <proto/exec.h>
|
#include <proto/exec.h>
|
||||||
#include <proto/dos.h>
|
|
||||||
#include "def/xdef.h"
|
#include "def/xdef.h"
|
||||||
|
|
||||||
#ifdef Exit
|
#ifdef Exit
|
||||||
|
|||||||
@ -30,10 +30,6 @@
|
|||||||
#include "arc/aos/sys/afilesystem.h"
|
#include "arc/aos/sys/afilesystem.h"
|
||||||
|
|
||||||
#ifdef AMIGA
|
#ifdef AMIGA
|
||||||
#include <proto/dos.h>
|
|
||||||
#include <proto/exec.h>
|
|
||||||
#include <dos/dos.h>
|
|
||||||
#include <dos/dosextens.h>
|
|
||||||
#include <dos/exall.h>
|
#include <dos/exall.h>
|
||||||
#include <dos/var.h>
|
#include <dos/var.h>
|
||||||
#include <exec/memory.h>
|
#include <exec/memory.h>
|
||||||
|
|||||||
2
def/io.h
2
def/io.h
@ -45,8 +45,6 @@
|
|||||||
#include "arc/aos/sys/afilesystem.h"
|
#include "arc/aos/sys/afilesystem.h"
|
||||||
|
|
||||||
#ifdef AMIGA
|
#ifdef AMIGA
|
||||||
#include <proto/exec.h>
|
|
||||||
#include <proto/dos.h>
|
|
||||||
#include "def/xdef.h"
|
#include "def/xdef.h"
|
||||||
#else
|
#else
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
10
def/xdef.h
10
def/xdef.h
@ -48,6 +48,16 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef AOS
|
#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 DEVCONSOLE (UBYTE*)"console.device"
|
||||||
#define INTUITION_REV 33L
|
#define INTUITION_REV 33L
|
||||||
#define INTUITION_NAME (UBYTE*)"intuition.library"
|
#define INTUITION_NAME (UBYTE*)"intuition.library"
|
||||||
|
|||||||
Reference in New Issue
Block a user