diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_argv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ntapi/nt_argv.h b/include/ntapi/nt_argv.h index de149dc..a75d538 100644 --- a/include/ntapi/nt_argv.h +++ b/include/ntapi/nt_argv.h @@ -157,10 +157,10 @@ typedef int32_t __stdcall ntapi_tt_get_env_var_meta_utf16( typedef int32_t __stdcall ntapi_tt_array_copy_utf8( __out int * argc, __in const char ** argv, - __in const char ** wenvp, - __in const char * image_name __optional, - __in const char * interpreter __optional, + __in const char ** envp, + __in const char * interp __optional, __in const char * optarg __optional, + __in const char * script __optional, __in void * base, __out void * buffer, __in size_t buflen, |