From 2eb41ed77b2deb3a1c54c7b6b94a7c31fb603714 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 18 Jan 2015 21:11:00 +0000 Subject: More OS3 fixes --- amiga/os3support.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'amiga/os3support.h') diff --git a/amiga/os3support.h b/amiga/os3support.h index 5fb113466..93bb0ba11 100644 --- a/amiga/os3support.h +++ b/amiga/os3support.h @@ -37,6 +37,14 @@ #include #endif +#ifndef ASM +#define ASM +#endif + +#ifndef REG +#define REG(reg,arg) arg __asm(#reg) +#endif + /* Macros */ #define IsMinListEmpty(L) (L)->mlh_Head->mln_Succ == 0 @@ -93,6 +101,7 @@ #define IDCMP_EXTENDEDMOUSE 0 #define WINDOW_BACKMOST 0 #define DN_FULLPATH 0 +#define BGBACKFILL JAM1 /* Renamed structures */ #define AnchorPathOld AnchorPath @@ -183,6 +192,12 @@ enum { ASOT_PORT = 1 }; +/* Requester types */ +enum { + TDRIMAGE_ERROR = 1, + TDRIMAGE_WARNING +}; + /* Functions */ /* DOS */ int64 GetFileSize(BPTR fh); -- cgit v1.2.3