Removed the defining of WIN32CONNDEBUG for NethackW.

Defined NOTTYGRAPHICS for NethackW.
This commit is contained in:
Bart House
2018-11-10 14:38:00 -08:00
committed by nhmall
parent e8a8f142ae
commit 0a3f6d17df
3 changed files with 7 additions and 19 deletions

View File

@@ -501,15 +501,6 @@ int code;
exit(code);
}
#ifdef WIN32
#ifndef TTY_GRAPHICS
void
synch_cursor()
{
}
#endif
#endif
/* Chdir back to original directory
*/
#ifdef TOS