diff options
author | midipix <writeonce@midipix.org> | 2016-12-14 01:10:09 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-15 01:47:35 -0500 |
commit | 3e609ebeae297011c8f70719ba2f68f2a9798d54 (patch) | |
tree | f8b9238c25de839ea270b81d42880e89d1f95c3e /src/ipc | |
parent | 95d67cc70c652076dbe261d195a27ddfbc6bbb3a (diff) | |
download | ntapi-3e609ebeae297011c8f70719ba2f68f2a9798d54.tar.bz2 ntapi-3e609ebeae297011c8f70719ba2f68f2a9798d54.tar.xz |
code maintenance: provide smooth foreign toolchain support.
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; |