Added support for loading Simple Window Switcher

This commit is contained in:
Valentin-Gabriel Radu
2021-09-10 01:05:18 +03:00
committed by GitHub
parent 4e5ccf783f
commit cdb67267d6
+5
View File
@@ -2978,6 +2978,11 @@ __declspec(dllexport) DWORD WINAPI main(
);
}
#endif
HMODULE hSws = LoadLibraryW(L"SimpleWindowSwitcher.dll");
if (hSws)
{
printf("Loaded Simple Window Switcher.\n");
}
symbols_addr symbols_PTRS;
ZeroMemory(