Added support for loading Simple Window Switcher
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user