timezone dummy to build better on Windows - Gisle Vanem

pull/1/head
Daniel Stenberg 21 years ago
parent 69cfbb9f48
commit 9df1eda502
  1. 3
      nameser.h

@ -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)

Loading…
Cancel
Save