Browse Source

Added support for loading Simple Window Switcher

pull/23/head
Valentin-Gabriel Radu 4 years ago committed by GitHub
parent
commit
cdb67267d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      ExplorerPatcher/dllmain.c

5
ExplorerPatcher/dllmain.c

@ -2978,6 +2978,11 @@ __declspec(dllexport) DWORD WINAPI main(
); );
} }
#endif #endif
HMODULE hSws = LoadLibraryW(L"SimpleWindowSwitcher.dll");
if (hSws)
{
printf("Loaded Simple Window Switcher.\n");
}
symbols_addr symbols_PTRS; symbols_addr symbols_PTRS;
ZeroMemory( ZeroMemory(

Loading…
Cancel
Save