diff options
author | Werner Koch <[email protected]> | 2010-11-02 16:27:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-11-02 16:27:46 +0000 |
commit | 987993a38d12f6de052683711e673fa6bbbdae86 (patch) | |
tree | fd71f8e2a821a54a0f4c0b2243f5ad4c74683c97 /src/priv-io.h | |
parent | 2010-10-28 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-987993a38d12f6de052683711e673fa6bbbdae86.tar.gz gpgme-987993a38d12f6de052683711e673fa6bbbdae86.zip |
First take on changes to allow building with MSC for W32CE.
Fixed regression in plain W32 build.
Diffstat (limited to 'src/priv-io.h')
-rw-r--r-- | src/priv-io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/priv-io.h b/src/priv-io.h index 89c750dd..2c9d1e70 100644 --- a/src/priv-io.h +++ b/src/priv-io.h @@ -23,6 +23,9 @@ #define IO_H #ifdef HAVE_W32_SYSTEM +# ifdef HAVE_W32CE_SYSTEM +# include "w32-ce.h" +# endif # include <windows.h> #else # include <sys/socket.h> |