diff options
author | midipix <writeonce@midipix.org> | 2024-08-29 02:02:20 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-08-29 02:02:20 +0000 |
commit | c88b65726f727524d4188c80b23af99b3115b2f2 (patch) | |
tree | 544d48e74d06393609d44c64a5f911d2933b98e6 /include | |
parent | 3986dfdd1a3ff58f80ca8f6e8607903857536c4a (diff) | |
download | ntapi-c88b65726f727524d4188c80b23af99b3115b2f2.tar.bz2 ntapi-c88b65726f727524d4188c80b23af99b3115b2f2.tar.xz |
__ntapi_tt_get_argv_envp_utf16(): guard against repeated vector relocations.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 5abec1a..4e7bd92 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -237,6 +237,7 @@ typedef enum _nt_process_opcode_idx { #define NT_RUNTIME_DATA_DEBUG_NATIVE_CHILDREN (0x04) #define NT_RUNTIME_DATA_DEBUG_FOREIGN_CHILDREN (0x08) #define NT_RUNTIME_DATA_TTY_TOP_LEVEL (0x10) +#define NT_RUNTIME_DATA_ARGV_ENVP_RELOCATED (0x20) /* runtime data convenience storage */ #define NT_RUNTIME_DATA_SYNC_OPCODES (0x08) |