diff -Naurd ../nethack-3.4.1/win/tty/wintty.c ./win/tty/wintty.c --- ../nethack-3.4.1/win/tty/wintty.c Sun Feb 23 14:43:46 2003 +++ ./win/tty/wintty.c Mon Sep 1 14:33:32 2003 @@ -50,6 +50,7 @@ WC_MOUSE_SUPPORT| #endif WC_COLOR|WC_HILITE_PET|WC_INVERSE|WC_EIGHT_BIT_IN, + 0L, tty_init_nhwindows, tty_player_selection, tty_askname, @@ -706,7 +707,7 @@ if(c < 'A' || (c > 'Z' && c < 'a') || c > 'z') c = '_'; #endif if (ct < (int)(sizeof plname) - 1) { -#if defined(MICRO) || defined(WIN32CON) +#if defined(MICRO) # if defined(MSDOS) if (iflags.grmode) { (void) putchar(c);