From 8918bdff4b58bc7d1b8cd8c66201ce29c3113bd1 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 27 May 2019 21:25:10 +0000 Subject: dbg_state of the union. --- include/ntapi/nt_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ntapi/nt_debug.h b/include/ntapi/nt_debug.h index 284e7ff..383427c 100644 --- a/include/ntapi/nt_debug.h +++ b/include/ntapi/nt_debug.h @@ -265,7 +265,7 @@ typedef struct _nt_dbg_wait_state_change { nt_dbg_km_exception exception_info; nt_dbg_ui_thread_info thread_info; nt_dbg_ui_process_info process_info; - } dbg_state; + } _u; } nt_dbg_wait_state_change; -- cgit v1.2.3