diff options
Diffstat (limited to 'src/ipc')
-rw-r--r-- | src/ipc/ntapi_tt_create_pipe_v1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ipc/ntapi_tt_create_pipe_v1.c b/src/ipc/ntapi_tt_create_pipe_v1.c index 98a23fa..00cc443 100644 --- a/src/ipc/ntapi_tt_create_pipe_v1.c +++ b/src/ipc/ntapi_tt_create_pipe_v1.c @@ -27,6 +27,7 @@ typedef struct __attr_ptr_size_aligned__ _nt_tty_pipe_name { wchar16_t uscore_5th; wchar16_t key_6th[8]; wchar16_t null_termination; + void * pad; } nt_tty_pipe_name; @@ -56,7 +57,7 @@ int32_t __stdcall __ntapi_ipc_create_pipe_v1( {0},'_', {0},'_', {0}, - 0 + 0,0 }; (void)advisory_buffer_size; |