2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-03 09:40:18 +00:00
This commit is contained in:
Peter Repukat 2017-01-25 23:48:47 +01:00
parent c22b81746e
commit 4841fc2caa

View File

@ -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;
}