From: nhmall Date: Sun, 13 May 2018 20:42:11 +0000 (-0400) Subject: missing stubs for NetHackW.exe X-Git-Tag: NetHack-3.6.2_Released~280^2^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b8ac8af9eaa8940b8dc0b7c73929336b5149bb4;p=nethack missing stubs for NetHackW.exe --- 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 */