]> granicus.if.org Git - nethack/commit
fix self-recover prompting on windows
authornhmall <nhmall@nethack.org>
Wed, 4 Dec 2019 04:32:12 +0000 (23:32 -0500)
committernhmall <nhmall@nethack.org>
Wed, 4 Dec 2019 04:32:12 +0000 (23:32 -0500)
commit5c57804a97bda18a5383279161e9163e89fe8054
treef49708cb94a7aa557225da9145f22a468ef75bcb
parent8a7ec78d1743a52a5ce8d3a1efb6fea918c16780
fix self-recover prompting on windows

the prompting on Windows wasn't working correctly if a prior game had crashed
and the self-recover feature was trying to kick in. This impacts tty, curses,
and mswin (GUI).
doc/fixes36.3
include/extern.h
sys/winnt/Makefile.msc
sys/winnt/nttty.c
sys/winnt/windmain.c
win/share/safeproc.c