aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e_os.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index 870c7a7e22..41ab7bb8d1 100644
--- a/e_os.h
+++ b/e_os.h
@@ -460,7 +460,10 @@ extern int kbhit(void);
# endif
# ifdef USE_SOCKETS
-# ifdef OPENSSL_NO_SOCK
+# if defined(WINDOWS) || defined(MSDOS)
+ /* windows world */
+
+# ifdef OPENSSL_NO_SOCK
# define OpenSSL_Write(a,b,c) (-1)
# define OpenSSL_Read(a,b,c) (-1)
# elif !defined(__DJGPP__)