aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/exechelp.h')
-rw-r--r--common/exechelp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/exechelp.h b/common/exechelp.h
index 926ae2922..6375d9d10 100644
--- a/common/exechelp.h
+++ b/common/exechelp.h
@@ -214,10 +214,10 @@ typedef struct gnupg_process *gnupg_process_t;
struct spawn_cb_arg;
#ifdef NEED_STRUCT_SPAWN_CB_ARG
struct spawn_cb_arg {
+ HANDLE hd[3];
+ HANDLE *inherit_hds;
BOOL ask_inherit;
BOOL allow_foreground_window;
- void *plpAttributeList;
- HANDLE hd[16];
void *arg;
};
#endif