mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 10:07:47 +01:00
fix hook_exit
This commit is contained in:
parent
e575b07d2e
commit
59f8da56da
@ -559,7 +559,6 @@ void hook_exit()
|
||||
g_hook_active = FALSE;
|
||||
|
||||
hook_revert((HOOKLIST*)&g_hooks);
|
||||
}
|
||||
|
||||
#if defined(_DEBUG) && defined(_MSC_VER)
|
||||
DetourTransactionBegin();
|
||||
@ -571,4 +570,5 @@ void hook_exit()
|
||||
#endif
|
||||
|
||||
hook_patch_iat(GetModuleHandle("AcGenral"), TRUE, "user32.dll", "SetWindowsHookExA", (PROC)fake_SetWindowsHookExA);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user