diff options
author | midipix <writeonce@midipix.org> | 2019-05-27 21:25:10 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-28 00:00:09 +0000 |
commit | 8918bdff4b58bc7d1b8cd8c66201ce29c3113bd1 (patch) | |
tree | 1cf067cf1200adb190c53e996f1e40df07795309 /include | |
parent | 921b8b12047213aab2c5fd4c2d3552dc0be0d5de (diff) | |
download | ntapi-8918bdff4b58bc7d1b8cd8c66201ce29c3113bd1.tar.bz2 ntapi-8918bdff4b58bc7d1b8cd8c66201ce29c3113bd1.tar.xz |
dbg_state of the union.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |