summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-06-02 04:54:35 +0000
committermidipix <writeonce@midipix.org>2019-06-02 04:56:32 +0000
commit34a88c6986066e5cf4ae9b92c85789fbc4835994 (patch)
tree5308e7b0979d79bf99adbb21c0c47e565b9744b1 /include
parentcc83564713c7ea916c6ad7131ff78ea7d71ed812 (diff)
downloadntapi-34a88c6986066e5cf4ae9b92c85789fbc4835994.tar.bz2
ntapi-34a88c6986066e5cf4ae9b92c85789fbc4835994.tar.xz
runtime flags: renamed seh trap flag to NT_RUNTIME_DATA_DEBUG_SEH_TRAP.
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_process.h2
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)