diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 699bcb5..208657b 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -222,9 +222,9 @@ typedef enum _nt_process_opcode_idx { #define NT_CREATE_PROCESS_EXT_CONSOLE_FLAG_INHERIT_STDERR (0x10) /* tt_spawn_native_process / tt_spawn_foreign_process flags */ -#define NT_PROCESS_CREATE_FLAGS_DELEGATE_TO_SYSTEM_LIBRARY (0x00000001) -#define NT_PROCESS_CREATE_FLAGS_DELEGATE_TO_PTY_SERVER (0x00000002) -#define NT_PROCESS_CREATE_FLAGS_DELEGATE_TO_BRIDGE_PROCESS (0x00000004) +#define NT_PROCESS_SPAWN_FLAG_DELEGATE_TO_SYSTEM_LIBRARY (0x00000001) +#define NT_PROCESS_SPAWN_FLAG_DELEGATE_TO_PTY_SERVER (0x00000002) +#define NT_PROCESS_SPAWN_FLAG_DELEGATE_TO_BRIDGE_PROCESS (0x00000004) /* nt_runtime_data_block flag bits */ #define NT_RUNTIME_DATA_DUPLICATE_SESSION_HANDLES (0x01) |