From b110ee9eaf10876e8a567adb9cd6c57fa1a22e34 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 31 Oct 2019 12:00:59 -0400 Subject: [PATCH] msdos build fix following recent files.c change --- include/pcconf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/pcconf.h b/include/pcconf.h index fb210b8ca..e3f764625 100644 --- a/include/pcconf.h +++ b/include/pcconf.h @@ -21,6 +21,11 @@ * Note: 3.6.x was not verified with Symantec C. */ +#if defined(MSDOS) +#define CONFIG_FILE "defaults.nh" +#define GUIDEBOOK_FILE "Guidebook.txt" +#endif + /* * The following options are somewhat configurable depending on * your compiler.