diff options
Diffstat (limited to 'common/util.h')
| -rw-r--r-- | common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index 8f54ffaa5..a326704eb 100644 --- a/common/util.h +++ b/common/util.h @@ -242,6 +242,7 @@ const char *get_keyalgo_string (enum gcry_pk_algos algo, /*-- homedir.c --*/ #ifdef HAVE_W32_SYSTEM int gnupg_isatty (int fd); +extern int windows_semihosted_by_wine; #else #define gnupg_isatty(a) isatty ((a)) #endif |
