diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 2e4b12e..4404b20 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -659,9 +659,9 @@ typedef struct _nt_spawn_process_params { __in void * htoken; __in void * himage; __in char * patharg; - __in const char * image; - __in const char * interpreter; + __in const char * interp; __in const char * optarg; + __in const char * script; __in char ** argv; __in char ** envp; __in void * hready; |