summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_argv.h4
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,