]> granicus.if.org Git - nethack/commitdiff
missing stubs for NetHackW.exe
authornhmall <nhmall@nethack.org>
Sun, 13 May 2018 20:42:11 +0000 (16:42 -0400)
committernhmall <nhmall@nethack.org>
Sun, 13 May 2018 20:42:11 +0000 (16:42 -0400)
sys/winnt/stubs.c

index 61e031c7f39f5bf95c6ef7b3d8d494bef31c015f..469a0bdb2b9e93db05756df2f85ee799512ca062 100644 (file)
@@ -170,4 +170,14 @@ more()
     return;
 }
 
+void
+nethack_enter_nttty()
+{
+    return;
+}
+
+void
+set_altkeyhandler(const char *inName)
+{
+}
 #endif /* TTYSTUBS */