mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
strtoumax is not available on Windows; fall back to strtoul.
This commit is contained in:
@@ -379,6 +379,7 @@ int mingw_socket(int domain, int type, int protocol);
|
||||
|
||||
#define setlinebuf(x)
|
||||
#define fsync(x)
|
||||
#define strtoumax strtoul
|
||||
|
||||
extern void quote_argv(const char **dst, const char **src);
|
||||
extern const char *parse_interpreter(const char *cmd);
|
||||
|
||||
Reference in New Issue
Block a user