summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-23 23:16:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-23 23:16:34 +0000
commit68c6ba3a708c98ab8ab77e1d30f9d9f0e632acd3 (patch)
tree77907f3d74c057eb66b42395e42827b1a42af92b /amiga/gui.h
parentce060f3c133eb4e36ab0fa5777c779df74c18f34 (diff)
downloadnetsurf-68c6ba3a708c98ab8ab77e1d30f9d9f0e632acd3.tar.gz
netsurf-68c6ba3a708c98ab8ab77e1d30f9d9f0e632acd3.tar.bz2
fix OS3 build, avoid forward declarations
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 4d8344be6..adad63d4f 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -31,7 +31,7 @@
#ifdef __amigaos4__
#define HOOKF(ret,func,type,ptr,msgtype) static ret func(struct Hook *hook, type ptr, msgtype msg)
#else
-#define HOOKF(ret,func,type,ptr) static ASM ret func(REG(a0, struct Hook *hook),REG(a2, type ptr), REG(a1, msgtype msg))
+#define HOOKF(ret,func,type,ptr,msgtype) static ASM ret func(REG(a0, struct Hook *hook),REG(a2, type ptr), REG(a1, msgtype msg))
#endif
enum