From: Daniel Stenberg Date: Tue, 9 Mar 2004 09:47:51 +0000 (+0000) Subject: timezone dummy to build better on Windows - Gisle Vanem X-Git-Tag: curl-7_11_1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a80dc7f3e1ce843b904bae1f448607c529d5a09;p=thirdparty%2Fcurl.git timezone dummy to build better on Windows - Gisle Vanem --- diff --git a/ares/nameser.h b/ares/nameser.h index 73a9e18423..3553f8bad9 100644 --- a/ares/nameser.h +++ b/ares/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)