fix msvc compiling
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user