From 3a80dc7f3e1ce843b904bae1f448607c529d5a09 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 9 Mar 2004 09:47:51 +0000 Subject: [PATCH] timezone dummy to build better on Windows - Gisle Vanem --- ares/nameser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ares/nameser.h b/ares/nameser.h index 73a9e18..3553f8b 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) -- 2.7.4