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:
Chris Young 2015-01-28 23:44:04 +00:00
parent a895c3eed9
commit 4865b1603b

View File

@ -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