tweak hook function

This commit is contained in:
FunkyFr3sh 2024-06-02 22:17:26 +02:00
parent 38d442545d
commit 648fe238ca
5 changed files with 14 additions and 14 deletions

View file

@ -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: