1
0
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:
FunkyFr3sh 2023-08-04 08:41:14 +02:00
parent e575b07d2e
commit 59f8da56da

View File

@ -559,7 +559,6 @@ void hook_exit()
g_hook_active = FALSE;
hook_revert((HOOKLIST*)&g_hooks);
}
#if defined(_DEBUG) && defined(_MSC_VER)
DetourTransactionBegin();
@ -572,3 +571,4 @@ void hook_exit()
hook_patch_iat(GetModuleHandle("AcGenral"), TRUE, "user32.dll", "SetWindowsHookExA", (PROC)fake_SetWindowsHookExA);
}
}