mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 01:33:16 +03:00
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
This commit is contained in:
parent
a895c3eed9
commit
4865b1603b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user