Make sure we get the definition of OPENSSL_NO_FP_API.
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index f7d09c52954505bc40c3c5c15ccd7cff7a158088..f70958df87cb8aab49b2401d9b9dbefe4117f25e 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -184,7 +184,6 @@ extern "C" {
 #endif
 
 #ifdef WIN16
-#  define OPENSSL_NO_FP_API
 #  define MS_CALLBACK  _far _loadds
 #  define MS_FAR       _far
 #else
@@ -193,6 +192,7 @@ extern "C" {
 #endif
 
 #ifdef OPENSSL_NO_STDIO
+#  undef OPENSSL_NO_FP_API
 #  define OPENSSL_NO_FP_API
 #endif