diff options
Diffstat (limited to 'gpgme/w32-io.c')
-rw-r--r-- | gpgme/w32-io.c | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/gpgme/w32-io.c b/gpgme/w32-io.c index de7e6704..602be1f6 100644 --- a/gpgme/w32-io.c +++ b/gpgme/w32-io.c @@ -1,6 +1,6 @@ /* w32-io.c - W32 API I/O functions * Copyright (C) 2000 Werner Koch (dd9jn) - * Copyright (C) 2001 g10 Code GmbH + * Copyright (C) 2001, 2002 g10 Code GmbH * * This file is part of GPGME. * @@ -19,20 +19,20 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ +#ifdef HAVE_CONFIG_H #include <config.h> -#ifdef HAVE_DOSISH_SYSTEM - +#endif #include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> #include <errno.h> -#include <sys/time.h> -#include <sys/types.h> #include <signal.h> #include <fcntl.h> +#include <sys/time.h> +#include <sys/types.h> #include <windows.h> -#include "syshdr.h" +#include <io.h> #include "util.h" #include "sema.h" @@ -1120,14 +1120,3 @@ _gpgme_io_select ( struct io_select_fd_s *fds, size_t nfds ) return count; } - -#endif /*HAVE_DOSISH_SYSTEM*/ - - - - - - - - - |