Skip to content
Snippets Groups Projects
Commit 3a80dc7f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

timezone dummy to build better on Windows - Gisle Vanem

parent bd42a2ac
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment