mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-03 09:40:18 +00:00
Cleanup
This commit is contained in:
parent
c22b81746e
commit
4841fc2caa
@ -29,10 +29,8 @@ int WINAPI DllMain(HINSTANCE hInst, DWORD reason, LPVOID reserved)
|
||||
if (reason == DLL_PROCESS_ATTACH)
|
||||
{
|
||||
EnforceBindings::patchBytes();
|
||||
//hThread = CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Run, 0, 0, 0);
|
||||
} else if (reason == DLL_PROCESS_DETACH) {
|
||||
EnforceBindings::Unpatch();
|
||||
//TerminateThread(hThread, 0);
|
||||
}
|
||||
return true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user