mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
2008-02-15 Marcus Brinkmann <marcus@g10code.de>
* exechelp.c (gnupg_spawn_process_fd): Add flag DETACHED_PROCESS unconditionally (required for all callers at the moment).
This commit is contained in:
parent
57d9ea99d9
commit
ccd25447f1
@ -1,3 +1,8 @@
|
||||
2008-02-15 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* exechelp.c (gnupg_spawn_process_fd): Add flag DETACHED_PROCESS
|
||||
unconditionally (required for all callers at the moment).
|
||||
|
||||
2008-02-14 Werner Koch <wk@g10code.com>
|
||||
|
||||
* sysutils.c (gnupg_allow_set_foregound_window): New.
|
||||
|
@ -562,7 +562,7 @@ gnupg_spawn_process_fd (const char *pgmname, const char *argv[],
|
||||
TRUE, /* Inherit handles. */
|
||||
(CREATE_DEFAULT_ERROR_MODE
|
||||
| GetPriorityClass (GetCurrentProcess ())
|
||||
| CREATE_SUSPENDED),
|
||||
| CREATE_SUSPENDED | DETACHED_PROCESS),
|
||||
NULL, /* Environment. */
|
||||
NULL, /* Use current drive/directory. */
|
||||
&si, /* Startup information. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user