Engage OPENSSL_NO_POSIX_IO on Windows CE.
authorAndy Polyakov <appro@openssl.org>
Thu, 3 Nov 2005 16:50:03 +0000 (16:50 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 3 Nov 2005 16:50:03 +0000 (16:50 +0000)
e_os.h

diff --git a/e_os.h b/e_os.h
index 25e9e625f0640b22b2a383363cd06f049a4175b1..d064525ee00f5c1e5a403d304a8eb5266c851b30 100644 (file)
--- 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