diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |