Commit 642477ef authored by windwiny's avatar windwiny

Update time.c

miss __MINGW32__ macro check
parent d91c9a9e
......@@ -54,7 +54,7 @@
typedef long suseconds_t;
# ifndef __MINGW64__
# if (!defined __MINGW64__) && (!defined __MINGW32__)
struct timeval {
time_t tv_sec;
suseconds_t tv_usec;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment