summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-03 16:50:03 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-03 16:50:03 +0000
commit4d24b4c4667fe44b0a4d2529e992aeff28dc1e1c (patch)
treeaa2297ce914e2df71c85317c30bf4f9b0ae3a801 /e_os.h
parent474b8a9716b184176e385d7c31f83ba78da5a21b (diff)
downloadopenssl-new-4d24b4c4667fe44b0a4d2529e992aeff28dc1e1c.tar.gz
Engage OPENSSL_NO_POSIX_IO on Windows CE.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index 25e9e625f0..d064525ee0 100644
--- a/e_os.h
+++ b/e_os.h
@@ -282,6 +282,7 @@ static unsigned int _strlen31(const char *str)
# include <fcntl.h>
# ifdef OPENSSL_SYS_WINCE
+# define OPENSSL_NO_POSIX_IO
# include <winsock_extras.h>
# endif