From 4d24b4c4667fe44b0a4d2529e992aeff28dc1e1c Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 3 Nov 2005 16:50:03 +0000 Subject: [PATCH] Engage OPENSSL_NO_POSIX_IO on Windows CE. --- e_os.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1