From 34a88c6986066e5cf4ae9b92c85789fbc4835994 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 2 Jun 2019 04:54:35 +0000 Subject: runtime flags: renamed seh trap flag to NT_RUNTIME_DATA_DEBUG_SEH_TRAP. --- include/ntapi/nt_process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 62f0a4d..f4f4aea 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -233,7 +233,7 @@ typedef enum _nt_process_opcode_idx { /* nt_runtime_data flag bits */ #define NT_RUNTIME_DATA_INTEGRAL_PROCESS (0x01) -#define NT_RUNTIME_DATA_SEH_TRAP (0x02) +#define NT_RUNTIME_DATA_DEBUG_SEH_TRAP (0x02) #define NT_RUNTIME_DATA_DEBUG_NATIVE_CHILDREN (0x04) #define NT_RUNTIME_DATA_DEBUG_FOREIGN_CHILDREN (0x08) -- cgit v1.2.3