From cc0351a872968560f0bc151b4c3044f447cb71ab Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 30 Jun 2016 16:52:28 -0400 Subject: struct _nt_runtime_data: enhance support for free-standing native utilities. --- include/ntapi/nt_process.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ntapi/nt_process.h') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 61afdb5..e29d140 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -448,6 +448,7 @@ typedef struct _nt_runtime_data { void * hstderr; void * hjob; void * hsession; + void * hpty; void * hdebug; void * hlog; void * hready; @@ -488,6 +489,7 @@ typedef struct _nt_runtime_data { int32_t peb_argc; wchar16_t ** peb_wargv; wchar16_t ** peb_wenvp; + uintptr_t ptyany[4]; void * uptr [NT_RUNTIME_DATA_USER_PTRS]; void * uclose[NT_RUNTIME_DATA_USER_PTRS]; int32_t udat32[NT_RUNTIME_DATA_USER_INT32_SLOTS]; -- cgit v1.2.3