mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
A whole bunch of changes to allow building for W32.
This commit is contained in:
parent
53ae21e745
commit
69967b0412
32 changed files with 589 additions and 158 deletions
|
@ -35,16 +35,13 @@
|
|||
#include <time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifndef _WIN32
|
||||
#ifndef HAVE_W32_SYSTEM
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#endif
|
||||
#endif /*!HAVE_W32_SYSTEM*/
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <assert.h>
|
||||
#ifdef __MINGW32__
|
||||
# include <io.h>
|
||||
#endif
|
||||
|
||||
|
||||
#define JNLIB_NEED_LOG_LOGV 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue