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