mirror of
https://github.com/curl/curl.git
synced 2026-07-23 10:37:17 +03:00
timezone dummy to build better on Windows - Gisle Vanem
This commit is contained in:
parent
bd42a2acb1
commit
3a80dc7f3e
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue