mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-27 17:00:59 +01:00
Added support for loading Simple Window Switcher
This commit is contained in:
parent
4e5ccf783f
commit
cdb67267d6
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user