summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/os3support.h')
-rw-r--r--amiga/os3support.h8
1 files changed, 7 insertions, 1 deletions
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
+