summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/ntapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/ntapi.h')
-rw-r--r--include/ntapi/ntapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h
index 96b0974..634dd56 100644
--- a/include/ntapi/ntapi.h
+++ b/include/ntapi/ntapi.h
@@ -667,8 +667,8 @@ typedef struct _ntapi_vtbl {
ntapi_log_msg * log_msg;
/* nt_debug.h */
- ntapi_tt_create_debug_object * tt_create_debug_object;
- ntapi_tt_create_attach_debug_object * tt_create_attach_debug_object;
+ ntapi_tt_debug_create_object * tt_debug_create_object;
+ ntapi_tt_debug_create_attach_object * tt_debug_create_attach_object;
ntapi_tt_debug_execution_flow * tt_debug_execution_flow;
ntapi_tt_debug_break_process * tt_debug_break_process;
} ntapi_vtbl;