From 392fa2ea4cfc5df5a86b6cde0e05c909da26f1e5 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 18 Jan 2015 23:29:49 +0000 Subject: Fix some easy OS3 linker errors --- amiga/os3support.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/os3support.h') 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 -- cgit v1.2.3