diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 5b1b9d2..68a9347 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1098,6 +1098,9 @@ void _gpgrt_log_assert (const char *expr, const char *file, int line, /* Allow a detached process with uid != euid (Posix only). */ #define GPGRT_PROCESS_NO_EUID_CHECK (1 << 3) +/* Allow the child process to set the foreground window (Windows only). */ +#define GPGRT_PROCESS_ALLOW_SET_FG (1 << 4) + /* Specify how to keep/connect standard fds. */ #define GPGRT_PROCESS_STDIN_PIPE (1 << 8) #define GPGRT_PROCESS_STDOUT_PIPE (1 << 9) |