From 3e609ebeae297011c8f70719ba2f68f2a9798d54 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 14 Dec 2016 01:10:09 +0000 Subject: code maintenance: provide smooth foreign toolchain support. --- src/ipc/ntapi_tt_create_pipe_v1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ipc') 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; -- cgit v1.2.3