From: Andy Polyakov Date: Thu, 3 Nov 2005 16:50:03 +0000 (+0000) Subject: Engage OPENSSL_NO_POSIX_IO on Windows CE. X-Git-Tag: OpenSSL_0_9_8k^2~1728 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4d24b4c4667fe44b0a4d2529e992aeff28dc1e1c;p=oweals%2Fopenssl.git Engage OPENSSL_NO_POSIX_IO on Windows CE. --- 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 # ifdef OPENSSL_SYS_WINCE +# define OPENSSL_NO_POSIX_IO # include # endif