提交 424aa352 编写于 作者: J Jon Spillett 提交者: Rich Salz

Change 64-bit time type for windows

Reviewed-by: NAndy Polyakov <appro@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3248)
上级 d1186c30
......@@ -37,7 +37,7 @@ static int idx;
* coverage.
*/
#if defined(_WIN32) && defined(_TIME64_T_DEFINED)
time64_t _time64(time64_t *t) TIME_IMPL(t)
__time64_t _time64(__time64_t *t) TIME_IMPL(t)
#endif
#if !defined(_WIN32) || !defined(_MSC_VER)
time_t time(time_t *t) TIME_IMPL(t)
......
......@@ -484,7 +484,7 @@ static int idx;
* coverage.
*/
#if defined(_WIN32) && defined(_TIME64_T_DEFINED)
time64_t _time64(time64_t *t) TIME_IMPL(t)
__time64_t _time64(__time64_t *t) TIME_IMPL(t)
#endif
#if !defined(_WIN32) || !defined(_MSC_VER)
time_t time(time_t *t) TIME_IMPL(t)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册