From: Pasi Kallinen Date: Sat, 19 Aug 2017 11:29:18 +0000 (+0300) Subject: Enable dumplog for winnt X-Git-Tag: NetHack-3.6.1_RC01~416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=831ce24a57e8f94e66c0cc0fea4508c275b15531;p=nethack Enable dumplog for winnt --- diff --git a/include/ntconf.h b/include/ntconf.h index 48b149bfa..a096a2ff1 100644 --- a/include/ntconf.h +++ b/include/ntconf.h @@ -28,6 +28,10 @@ #define SYSCF_FILE "sysconf" /* Use a file to hold the SYSCF configuration \ */ +#define DUMPLOG /* Enable dumplog files */ +/*#define DUMPLOG_FILE "nethack-%n-%d.log"*/ +#define DUMPLOG_MSG_COUNT 50 + #define USER_SOUNDS /*#define CHANGE_COLOR*/ /* allow palette changes */