提交 abfc6a3a 编写于 作者: R Richard Levitte

To define OPENSSL_NO_FP_API for all MSDOS type targets was unfair

against DJGPP, and much more restricted than previous definitions.
上级 5cc5ec1b
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册