mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user