summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-28 23:44:04 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-28 23:44:04 +0000
commit4865b1603b22530f5553368604755cc732bac86b (patch)
treef8ccb877709f95a0c4cb7e55a874c1d53f7ec2a2
parenta895c3eed9da643f451c9b74d873e6b29a654900 (diff)
downloadnetsurf-4865b1603b22530f5553368604755cc732bac86b.tar.gz
netsurf-4865b1603b22530f5553368604755cc732bac86b.tar.bz2
Temporarily disable On/OffMenu as we don't have any menus attached to our window on the OS3 build
Thanks to Matthey for the debugging
-rw-r--r--amiga/os3support.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/os3support.h b/amiga/os3support.h
index a9806eafb..261f18ff6 100644
--- a/amiga/os3support.h
+++ b/amiga/os3support.h
@@ -153,6 +153,9 @@
#define IDoMethodA DoMethodA
#define IDoSuperMethodA DoSuperMethodA
#define ShowWindow(...) (void)0
+/* OnMenu/OffMenu need re-enabling when we get the menus attached */
+#define OnMenu(...) (void)0
+#define OffMenu(...) (void)0
/* Utility */
#define SetMem memset