From f048be7091eb41d6dd49b1f5feb00b435e6b1303 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 3 Jul 2019 06:48:32 +0000 Subject: struct _nt_runtime_data: renamed .dbg_type,.log_type --> .dbg_level,.log_level. --- include/ntapi/nt_process.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 4557707..8270d0f 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -648,8 +648,8 @@ typedef struct _nt_runtime_data { int32_t stderr_type; int32_t session_type; - uint32_t dbg_type; - uint32_t log_type; + uint32_t dbg_level; + uint32_t log_level; void * ctx_hsection; void * ctx_addr; -- cgit v1.2.3