提交 52108cec 编写于 作者: D Dr. Stephen Henson

<strings.h> does not exist under WIN32.

上级 addd641f
......@@ -116,7 +116,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef OPENSSL_SYSNAME_WIN32
#include <strings.h>
#endif
#include <sys/types.h>
#include <ctype.h>
#include <errno.h>
......
......@@ -60,7 +60,7 @@
#include <e_os.h>
#include "o_str.h"
#ifndef OPENSSL_IMPLEMENTS_strncasecmp
#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32)
# include <strings.h>
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册