OCT 1. 修正下载时间超时计算
This commit is contained in:
parent
8dc41c49cd
commit
a2f4f18c19
|
@ -10,7 +10,7 @@ extern "C" {
|
|||
|
||||
#include <uv.h>
|
||||
|
||||
#define LIBUV_CURRENT_TIME_S() (uv_hrtime() / 1000000000)
|
||||
#define LIBUV_CURRENT_TIME_S() (time(NULL))
|
||||
|
||||
typedef void (*system_exit_cb)(void *);
|
||||
|
||||
|
|
Loading…
Reference in New Issue