Allow environment strings to change config settings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@789
This commit is contained in:
parent
d4b640d29e
commit
4922e42ab1
1 changed files with 2 additions and 1 deletions
|
@ -179,7 +179,8 @@ public:
|
|||
void StartUp();
|
||||
void PrintConfig(const char* configfilename);
|
||||
void ParseConfigFile(const char* configfilename);
|
||||
|
||||
void ParseEnv(char ** envp);
|
||||
|
||||
std::list<Section*> sectionlist;
|
||||
typedef std::list<Section*>::iterator it;
|
||||
typedef std::list<Section*>::reverse_iterator reverse_it;
|
||||
|
|
Loading…
Add table
Reference in a new issue