Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-16 01:44:08 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-16 01:44:08 +0300
commit29ca164513f243025ccbc11bade8bfee5b49a543 (patch)
treeb2eea1d839fcb69274ab57b0c371d46e6a399d28 /e_os.h
parent97d58eadbf2f05f86451da9a384a82dd73b97dce (diff)
WinCE patches
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index 2455f99386..9992c85218 100644
--- a/e_os.h
+++ b/e_os.h
@@ -229,6 +229,13 @@ extern "C" {
# include <io.h>
# include <fcntl.h>
+# ifdef OPENSSL_SYS_WINCE
+# include <stdio_extras.h>
+# include <stdlib_extras.h>
+# include <string_extras.h>
+# include <winsock_extras.h>
+# endif
+
# define ssize_t long
# if defined (__BORLANDC__)
@@ -258,7 +265,11 @@ extern "C" {
# define SSLEAY_CONF OPENSSL_CONF
# define NUL_DEV "nul"
# define RFILE ".rnd"
-# define DEFAULT_HOME "C:"
+# ifdef OPENSSL_SYS_WINCE
+# define DEFAULT_HOME ""
+# else
+# define DEFAULT_HOME "C:"
+# endif
#else /* The non-microsoft world world */