From 831ce24a57e8f94e66c0cc0fea4508c275b15531 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 19 Aug 2017 14:29:18 +0300 Subject: [PATCH] Enable dumplog for winnt --- include/ntconf.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.50.1