fix: define CLOCK_MONOTONIC for Win OS
This commit is contained in:
parent
dc2dcea3de
commit
d52e731953
|
@ -35,6 +35,7 @@ extern "C" {
|
|||
#ifdef WINDOWS
|
||||
|
||||
#define CLOCK_REALTIME 0
|
||||
#define CLOCK_MONOTONIC 0
|
||||
|
||||
#define MILLISECOND_PER_SECOND (1000i64)
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue