Update time.c

miss __MINGW32__ macro check
This commit is contained in:
windwiny
2014-05-02 22:28:09 +08:00
parent d91c9a9ea4
commit 642477ef6a
+1 -1
View File
@@ -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;