Commit 07bf3c86 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

trial to catch problem with Daniels cross-mingw ares builds.

parent 4182803b
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -32,7 +32,9 @@ struct iovec
int ares_writev (SOCKET s, const struct iovec *vector, size_t count);
int ares_writev (SOCKET s, const struct iovec *vector, size_t count);
#define writev(s,vect,count)  ares_writev(s,vect,count)
#define writev(s,vect,count)  ares_writev(s,vect,count)


#ifndef HAVE_STRUCT_TIMEVAL
struct timezone { int dummy; };
struct timezone { int dummy; };
#endif


int ares_gettimeofday(struct timeval *tv, struct timezone *tz);
int ares_gettimeofday(struct timeval *tv, struct timezone *tz);
#define gettimeofday(tv,tz) ares_gettimeofday(tv,tz)
#define gettimeofday(tv,tz) ares_gettimeofday(tv,tz)