- catch up on a couple of DOS bits
- fix a copy-and-paste error on hack.c function
This commit is contained in:
nethack.allison
2006-07-09 22:17:57 +00:00
parent 999424aecc
commit 00768fce8b
4 changed files with 9 additions and 5 deletions

View File

@@ -314,7 +314,7 @@
#define FILENAME_CMP stricmp /* case insensitive */
#endif
#ifdef MSC7_WARN /* define with cl /DMSC7_WARN */
#if defined(_MSC_VER) && (_MSC_VER >= 7)
#pragma warning(disable:4131)
#endif