summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-06 21:52:26 +0100
committerAndy Polyakov <appro@openssl.org>2005-11-06 21:52:26 +0100
commit176a614899a7df0785c477fe1cc8df8fd25aa5df (patch)
tree0b99abf48053734cf8766a392d974ecbdbc41cfc /e_os.h
parentMake DLL engines the default in 0.9.9 and VC++. (diff)
downloadopenssl-176a614899a7df0785c477fe1cc8df8fd25aa5df.tar.xz
openssl-176a614899a7df0785c477fe1cc8df8fd25aa5df.zip
First draft for WCE PortSDK support. Once again! It's *draft* which requires
more work, i.e. more modifications are due...
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index d064525ee0..5019e21bb2 100644
--- a/e_os.h
+++ b/e_os.h
@@ -283,7 +283,9 @@ static unsigned int _strlen31(const char *str)
# ifdef OPENSSL_SYS_WINCE
# define OPENSSL_NO_POSIX_IO
-# include <winsock_extras.h>
+# if defined(_WIN32_WCE) && _WIN32_WCE<410
+# include <winsock_extras.h>
+# endif
# endif
# define ssize_t long