1
0
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:
Valentin-Gabriel Radu 2021-09-10 01:05:18 +03:00 committed by GitHub
parent 4e5ccf783f
commit cdb67267d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(