提交 7540d35f 编写于 作者: T tickduan

fix time() funciton

上级 9c53131c
......@@ -162,6 +162,8 @@ void SZ_Finalize()
#ifdef WINDOWS
#include <windows.h>
int gettimeofday(struct timeval *tv, struct timezone *tz) {
time_t t;
t = time(NULL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册