Changed @include behavior. Now the sections that the included file has are inserted to the position where the @include is defined.

http://rainmeter.net/forum/viewtopic.php?f=14&t=10500
This commit is contained in:
spx
2012-07-18 03:41:58 -07:00
parent ffbdcbf65a
commit 720ed170f0
2 changed files with 19 additions and 1 deletions

View File

@ -135,6 +135,7 @@ private:
std::unordered_set<std::wstring> m_FoundSections;
std::list<std::wstring> m_ListVariables;
std::list<std::wstring>::const_iterator m_SectionInsertPos;
std::unordered_map<std::wstring, std::wstring> m_BuiltInVariables;
std::unordered_map<std::wstring, std::wstring> m_Variables;