mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
timezone dummy to build better on Windows - Gisle Vanem
This commit is contained in:
parent
bd42a2acb1
commit
3a80dc7f3e
@ -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…
Reference in New Issue
Block a user