1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 01:29:34 +00:00

timezone dummy to build better on Windows - Gisle Vanem

This commit is contained in:
Daniel Stenberg
2004-03-09 09:47:51 +00:00
parent 69cfbb9f48
commit 9df1eda502

View 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)