From 112cac7e8477bcb6f0432a0575c67d70d250eaa1 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 22 Dec 2017 09:56:11 +0000 Subject: tt_array_copy_utf16(): properly implement the interp-optarg-script semantics. --- include/ntapi/nt_argv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ntapi/nt_argv.h b/include/ntapi/nt_argv.h index a75d538..317fb21 100644 --- a/include/ntapi/nt_argv.h +++ b/include/ntapi/nt_argv.h @@ -170,9 +170,9 @@ typedef int32_t __stdcall ntapi_tt_array_copy_utf16( __out int * argc, __in const wchar16_t ** wargv, __in const wchar16_t ** wenvp, - __in const wchar16_t * image_name __optional, - __in const wchar16_t * interpreter __optional, + __in const wchar16_t * interp __optional, __in const wchar16_t * optarg __optional, + __in const wchar16_t * script __optional, __in void * base, __out void * buffer, __in size_t buflen, -- cgit v1.2.3