hook _invoke_watson
This commit is contained in:
parent
00bb6254a0
commit
1bdc2dc2b2
3 changed files with 30 additions and 2 deletions
|
@ -28,6 +28,13 @@ void dbg_dump_dds_blt_fast_flags(DWORD flags);
|
|||
void dbg_dump_dds_lock_flags(DWORD flags);
|
||||
char* dbg_mes_to_str(int id);
|
||||
|
||||
__declspec(noreturn) void __cdecl dbg_invoke_watson(
|
||||
_In_opt_z_ wchar_t const*,
|
||||
_In_opt_z_ wchar_t const*,
|
||||
_In_opt_z_ wchar_t const*,
|
||||
_In_ unsigned int,
|
||||
_In_ uintptr_t);
|
||||
|
||||
extern double g_dbg_frame_time;
|
||||
extern DWORD g_dbg_frame_count;
|
||||
extern LPTOP_LEVEL_EXCEPTION_FILTER g_dbg_exception_filter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue