some work on conditional components in vs build
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user