提交 71d57be5 编写于 作者: R Richard Levitte

For Windows, use _stat rather than stat

This allows for better flexibility with mixed /M compiler flags
Reviewed-by: NAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3930)
上级 479af767
......@@ -30,6 +30,10 @@
#include "e_os.h"
#ifdef _WIN32
# define stat _stat
#endif
/*-
* Password prompting
* ------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册