some work on conditional components in vs build

This commit is contained in:
nhmall
2023-09-23 15:26:09 -04:00
parent 56159742c2
commit 44ecbb2a1b
9 changed files with 208 additions and 16 deletions

View File

@@ -35,8 +35,12 @@ glyph_info mesg_gi;
#define USE_CURSES_PUTMIXED
#else /* WIDE */
#ifdef NH_PRAGMA_MESSAGE
#ifdef _MSC_VER
#pragma message("Curses wide support not defined so NetHack curses message window functionality reduced")
#else
#pragma message "Curses wide support not defined so NetHack curses message window functionality reduced"
#endif
#endif /* _MSC_VER */
#endif /* NH_PRAGMA_MESSAGE */
#endif /* WIDE */
#endif /* CURSES_GENL_PUTMIXED */