diff options
author | Andy Polyakov <appro@openssl.org> | 2005-11-06 20:52:26 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-11-06 20:52:26 +0000 |
commit | 176a614899a7df0785c477fe1cc8df8fd25aa5df (patch) | |
tree | 0b99abf48053734cf8766a392d974ecbdbc41cfc /e_os.h | |
parent | f858d222f27f7f34a4685ffe684dd7b24b68ef2f (diff) | |
download | openssl-new-176a614899a7df0785c477fe1cc8df8fd25aa5df.tar.gz |
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 |