diff options
author | midipix <writeonce@midipix.org> | 2017-12-22 09:56:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-12-22 05:18:57 -0500 |
commit | 112cac7e8477bcb6f0432a0575c67d70d250eaa1 (patch) | |
tree | 5906776a45571557afbf9875877927807a899509 /include | |
parent | 15812f04c290bf84865678fd04e6beacc93fb6a6 (diff) | |
download | ntapi-112cac7e8477bcb6f0432a0575c67d70d250eaa1.tar.bz2 ntapi-112cac7e8477bcb6f0432a0575c67d70d250eaa1.tar.xz |
tt_array_copy_utf16(): properly implement the interp-optarg-script semantics.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_argv.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |