mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
Runner: move Launcher to its own folder and simplify dll loading (#4379)
This commit is contained in:
@@ -49,5 +49,5 @@ private:
|
||||
std::unique_ptr<PowertoyModuleIface, PowertoyModuleDeleter> module;
|
||||
};
|
||||
|
||||
PowertoyModule load_powertoy(const std::wstring& filename);
|
||||
PowertoyModule load_powertoy(const std::wstring_view filename);
|
||||
std::map<std::wstring, PowertoyModule>& modules();
|
||||
|
||||
Reference in New Issue
Block a user