summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e_os2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/e_os2.h b/e_os2.h
index 80ec03ee8c..4fd6c62ace 100644
--- a/e_os2.h
+++ b/e_os2.h
@@ -200,8 +200,10 @@ extern "C" {
/* Specials for I/O an exit */
-#ifdef OPENSSL_SYS_MSDOS
+#ifdef OPENSSL_SYS_WIN16
# define OPENSSL_NO_FP_API
+#endif
+#ifdef OPENSSL_SYS_MSDOS
# define OPENSSL_UNISTD_IO <io.h>
# define OPENSSL_DECLARE_EXIT extern void exit(int);
#else