mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
trial to catch problem with Daniels cross-mingw ares builds.
This commit is contained in:
parent
4182803bc2
commit
07bf3c86b6
@ -32,7 +32,9 @@ struct iovec
|
||||
int ares_writev (SOCKET s, const struct iovec *vector, size_t count);
|
||||
#define writev(s,vect,count) ares_writev(s,vect,count)
|
||||
|
||||
#ifndef HAVE_STRUCT_TIMEVAL
|
||||
struct timezone { int dummy; };
|
||||
#endif
|
||||
|
||||
int ares_gettimeofday(struct timeval *tv, struct timezone *tz);
|
||||
#define gettimeofday(tv,tz) ares_gettimeofday(tv,tz)
|
||||
|
Loading…
Reference in New Issue
Block a user