fix msvc compiling

This commit is contained in:
2025-02-22 12:57:53 -05:00
parent 9f08815a0d
commit c7681e3d02
3 changed files with 92 additions and 29 deletions

View File

@ -38,7 +38,7 @@ void debug_hook_init()
debug_hook_initted = true;
hook_table_apply(NULL, "kernel32.dll", debug_hooks, _countof(debug_hooks));
dprintf("debug: hook enabled.\n");
dprintf("IsDebuggerPresent: hook enabled\n");
}
BOOL WINAPI hook_IsDebuggerPresent()