From 2b8ac8af9eaa8940b8dc0b7c73929336b5149bb4 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 13 May 2018 16:42:11 -0400 Subject: [PATCH] missing stubs for NetHackW.exe --- sys/winnt/stubs.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sys/winnt/stubs.c b/sys/winnt/stubs.c index 61e031c7f..469a0bdb2 100644 --- a/sys/winnt/stubs.c +++ b/sys/winnt/stubs.c @@ -170,4 +170,14 @@ more() return; } +void +nethack_enter_nttty() +{ + return; +} + +void +set_altkeyhandler(const char *inName) +{ +} #endif /* TTYSTUBS */