]> granicus.if.org Git - nethack/commitdiff
ce fix (from <Someone>)
authornethack.allison <nethack.allison>
Tue, 28 Oct 2003 12:19:26 +0000 (12:19 +0000)
committernethack.allison <nethack.allison>
Tue, 28 Oct 2003 12:19:26 +0000 (12:19 +0000)
set interject() and interject_assistance() to NOP for Windows CE port.

include/wceconf.h

index bdea4bc81ed45ef76ebe6da6114d6339e1a57cb7..ed884dd9d820a549c082a58f79307e2650fdf751 100644 (file)
@@ -228,6 +228,13 @@ extern void NDECL(toggle_mouse_support);
 
 extern int FDECL(set_win32_option, (const char *, const char *));
 
+/* 
+ * 3.4.3 addition - Stuff to help the user with some common, yet significant errors 
+ * Let's make it NOP for now
+ */
+#define interject_assistance(_1,_2,_3,_4)
+#define interject(_1)
+
 /* Missing definitions */
 extern int             mswin_have_input();
 #define kbhit  mswin_have_input