summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-18 23:29:49 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-18 23:29:49 +0000
commit392fa2ea4cfc5df5a86b6cde0e05c909da26f1e5 (patch)
tree4534d861620a2e20f294c1ff4a2f579b77d3add0 /amiga/os3support.h
parent201bc569a4f40b1b2e53660cceb183570534b557 (diff)
downloadnetsurf-392fa2ea4cfc5df5a86b6cde0e05c909da26f1e5.tar.gz
netsurf-392fa2ea4cfc5df5a86b6cde0e05c909da26f1e5.tar.bz2
Fix some easy OS3 linker errors
Diffstat (limited to 'amiga/os3support.h')
-rw-r--r--amiga/os3support.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/os3support.h b/amiga/os3support.h
index e28985eaf..4b5deb251 100644
--- a/amiga/os3support.h
+++ b/amiga/os3support.h
@@ -47,9 +47,9 @@
/* Macros */
#define IsMinListEmpty(L) (L)->mlh_Head->mln_Succ == 0
-
#define LIB_IS_AT_LEAST(B,V,R) ((B)->lib_Version>(V)) || \
((B)->lib_Version==(V) && (B)->lib_Revision>=(R))
+#define EAD_IS_FILE(E) ((E)->ed_Type<0)
/* Define extra memory type flags */
#define MEMF_PRIVATE MEMF_ANY
@@ -136,6 +136,7 @@
#define SetRPAttrs(...) (void)0 /*\todo Probably need to emulate this */
/* Intuition */
+#define ICoerceMethod CoerceMethod
#define IDoMethod DoMethod
#define IDoMethodA DoMethodA
#define IDoSuperMethodA DoSuperMethodA