Commit 3a80dc7f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

timezone dummy to build better on Windows - Gisle Vanem

parent bd42a2ac
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)