timezone dummy to build better on Windows - Gisle Vanem
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 Mar 2004 09:47:51 +0000 (09:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Mar 2004 09:47:51 +0000 (09:47 +0000)
ares/nameser.h

index 73a9e18..3553f8b 100644 (file)
@@ -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)