summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-18 21:11:00 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-18 21:11:00 +0000
commit2eb41ed77b2deb3a1c54c7b6b94a7c31fb603714 (patch)
tree1c93c241db79a2646e701a932a592a2f1b8b5fa4 /amiga/os3support.h
parentd6052d3955ffa1aca81c3363b7c53aec51cb6208 (diff)
downloadnetsurf-2eb41ed77b2deb3a1c54c7b6b94a7c31fb603714.tar.gz
netsurf-2eb41ed77b2deb3a1c54c7b6b94a7c31fb603714.tar.bz2
More OS3 fixes
Diffstat (limited to 'amiga/os3support.h')
-rw-r--r--amiga/os3support.h15
1 files changed, 15 insertions, 0 deletions
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 <exec/memory.h>
#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);