From 4922e42ab16e39d066f84aaa3313fd34fb330071 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 24 Mar 2003 11:25:13 +0000 Subject: [PATCH] Allow environment strings to change config settings. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@789 --- include/setup.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/setup.h b/include/setup.h index 248acf7c..21ea765b 100644 --- a/include/setup.h +++ b/include/setup.h @@ -179,7 +179,8 @@ public: void StartUp(); void PrintConfig(const char* configfilename); void ParseConfigFile(const char* configfilename); - + void ParseEnv(char ** envp); + std::list sectionlist; typedef std::list::iterator it; typedef std::list::reverse_iterator reverse_it;