timeval structure does exist in Windows

This commit is contained in:
jgarcia 2007-05-22 15:55:36 +00:00
parent ba3bbc2953
commit c07c27628e

View file

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