timezone dummy to build better on Windows - Gisle Vanem

This commit is contained in:
Daniel Stenberg 2004-03-09 09:47:51 +00:00
parent bd42a2acb1
commit 3a80dc7f3e

View File

@ -21,7 +21,8 @@ struct iovec
#define getpid() _getpid()
int strcasecmp(const char *a, const char *b);
struct timezone { int dummy; };
int ares_gettimeofday(struct timeval *tv, struct timezone *tz);
#define gettimeofday(tv,tz) ares_gettimeofday(tv,tz)