struct timeval is now defined in windows as well.

This commit is contained in:
jjgarcia 2008-09-19 17:23:30 +00:00
parent 7839fb9987
commit 9a2b12e34c

View file

@ -43,7 +43,7 @@
#undef HAVE_NANOSLEEP
#endif
#if !defined(HAVE_GETTIMEOFDAY) && !defined(HAVE_GETRUSAGE) && !defined(mingw32)
#if !defined(HAVE_GETTIMEOFDAY) && !defined(HAVE_GETRUSAGE) && !defined(mingw32) && !defined(_MSC_VER)
struct timeval {
long tv_sec;
long tv_usec;