summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2023-02-07 04:28:00 +0000
committermidipix <writeonce@midipix.org>2023-02-07 04:28:00 +0000
commit384e7e93dd6bd22d471c3b24de56e1797964cb3c (patch)
tree8b6635fdade4a08cd1856c9642202b9b1e1d76f0 /include
parentcf2254e61de42d1dec46db2db4ccbc249ad99f4b (diff)
downloadntapi-384e7e93dd6bd22d471c3b24de56e1797964cb3c.tar.bz2
ntapi-384e7e93dd6bd22d471c3b24de56e1797964cb3c.tar.xz
struct _nt_runtime_data: added the w32_argv and w32_envp members.
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_process.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index d42ac4b..aa0fc65 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -684,6 +684,9 @@ typedef struct _nt_runtime_data {
wchar16_t ** peb_wargv;
wchar16_t ** peb_wenvp;
+ char ** w32_argv;
+ char ** w32_envp;
+
uintptr_t ptyin [4];
uintptr_t ptyout[4];
uintptr_t ptyerr[4];