mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
Initial add of PowerRename from SmartRename repo (#499)
* Initial add of PowerRename from SmartRename repo
This commit is contained in:
@@ -53,7 +53,8 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
||||
// For now only load known DLLs
|
||||
std::unordered_set<std::wstring> known_dlls = {
|
||||
L"shortcut_guide.dll",
|
||||
L"fancyzones.dll"
|
||||
L"fancyzones.dll",
|
||||
L"PowerRenameExt.dll"
|
||||
};
|
||||
for (auto& file : std::filesystem::directory_iterator(L"modules/")) {
|
||||
if (file.path().extension() != L".dll")
|
||||
|
||||
Reference in New Issue
Block a user