mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 15:20:50 +00:00
Fix mingw32 (Travis) build.
This commit is contained in:
parent
80779ea83e
commit
0284a21983
@ -66,6 +66,7 @@ typedef int GIT_SOCKET;
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
typedef SOCKET GIT_SOCKET;
|
typedef SOCKET GIT_SOCKET;
|
||||||
|
struct timezone;
|
||||||
extern struct tm * p_localtime_r (const time_t *timer, struct tm *result);
|
extern struct tm * p_localtime_r (const time_t *timer, struct tm *result);
|
||||||
extern struct tm * p_gmtime_r (const time_t *timer, struct tm *result);
|
extern struct tm * p_gmtime_r (const time_t *timer, struct tm *result);
|
||||||
extern int p_gettimeofday(struct timeval *tv, struct timezone *tz);
|
extern int p_gettimeofday(struct timeval *tv, struct timezone *tz);
|
||||||
|
Loading…
Reference in New Issue
Block a user