diff options
Diffstat (limited to 'src/w32ce-fd-t.inc.h')
-rw-r--r-- | src/w32ce-fd-t.inc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32ce-fd-t.inc.h b/src/w32ce-fd-t.inc.h index df55f23..2de72e6 100644 --- a/src/w32ce-fd-t.inc.h +++ b/src/w32ce-fd-t.inc.h @@ -23,7 +23,7 @@ typedef void *assuan_fd_t; #define ASSUAN_INVALID_FD ((void*)(-1)) #define ASSUAN_INVALID_PID ((pid_t) -1) -static inline assuan_fd_t +static GPG_ERR_INLINE assuan_fd_t assuan_fd_from_posix_fd (int fd) { return (assuan_fd_t)(fd); |