diff options
author | Andy Polyakov <appro@openssl.org> | 2005-11-06 21:52:26 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-11-06 21:52:26 +0100 |
commit | 176a614899a7df0785c477fe1cc8df8fd25aa5df (patch) | |
tree | 0b99abf48053734cf8766a392d974ecbdbc41cfc /e_os.h | |
parent | Make DLL engines the default in 0.9.9 and VC++. (diff) | |
download | openssl-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.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |