mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05: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()
|
#define getpid() _getpid()
|
||||||
|
|
||||||
int strcasecmp(const char *a, const char *b);
|
struct timezone { int dummy; };
|
||||||
|
|
||||||
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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user