tweak hook function
This commit is contained in:
parent
38d442545d
commit
648fe238ca
5 changed files with 14 additions and 14 deletions
|
@ -121,7 +121,7 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
|
|||
}
|
||||
|
||||
timeBeginPeriod(1);
|
||||
hook_init(TRUE);
|
||||
hook_init();
|
||||
break;
|
||||
}
|
||||
case DLL_PROCESS_DETACH:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue