diff options
Diffstat (limited to 'common/exechelp.h')
-rw-r--r-- | common/exechelp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/exechelp.h b/common/exechelp.h index 1240fde33..4348c54d1 100644 --- a/common/exechelp.h +++ b/common/exechelp.h @@ -31,6 +31,7 @@ #define GNUPG_COMMON_EXECHELP_H +#ifndef HAVE_W32_SYSTEM /* Return the maximum number of currently allowed file descriptors. Only useful on POSIX systems. */ int get_max_fds (void); @@ -49,6 +50,7 @@ void close_all_fds (int first, int *except); use of this function right at startup even before libgcrypt has been initialized. Returns NULL on error and sets ERRNO accordingly. */ int *get_all_open_fds (void); +#endif /* Portable function to create a pipe. Under Windows the write end is |