aboutsummaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-20 23:59:24 +0000
committerUlf Möller <ulf@openssl.org>2000-01-20 23:59:24 +0000
commitb838465135831bb1a23c10a59c89c21948da48df (patch)
tree897fb53f29eea4d57bcaa1268abe25c4523219b4 /e_os.h
parent6481f3d29ddda737c78761efe26da901ed57b7fb (diff)
downloadopenssl-b838465135831bb1a23c10a59c89c21948da48df.tar.gz
WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index fa2a117762..d23ab54aaf 100644
--- a/e_os.h
+++ b/e_os.h
@@ -107,6 +107,10 @@ extern "C" {
# define MS_STATIC
#endif
+#if defined(_WIN32) && !defined(WIN32)
+# define WIN32
+#endif
+
#if defined(WIN32) || defined(WIN16)
# ifndef WINDOWS
# define WINDOWS