From 384e7e93dd6bd22d471c3b24de56e1797964cb3c Mon Sep 17 00:00:00 2001 From: midipix Date: Feb 07 2023 04:28:00 +0000 Subject: struct _nt_runtime_data: added the w32_argv and w32_envp members. --- 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];