From ae012398b0f0a7320ed1d80bf6c370971033b2b9 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 11 Jan 2015 00:07:11 +0000 Subject: more easy os3 fixes --- amiga/os3support.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'amiga/os3support.h') diff --git a/amiga/os3support.h b/amiga/os3support.h index 9eb195913..9a25197e9 100644 --- a/amiga/os3support.h +++ b/amiga/os3support.h @@ -70,6 +70,9 @@ #define IDoMethod DoMethod #define IDoMethodA DoMethodA #define IDoSuperMethodA DoSuperMethodA +#define RefreshSetGadgetAttrs SetGadgetAttrs /*\todo This isn't quite right */ +/* Utility */ +#define SetMem memset /* Integral type definitions */ typedef int8_t int8; @@ -123,6 +126,9 @@ struct Node *GetHead(struct List *list); /* Utility */ char *ASPrintf(const char *fmt, ...); -#endif +/* C */ +char *strlwr(char *str); #endif +#endif + -- cgit v1.2.3