strtoumax is not available on Windows; fall back to strtoul.

This commit is contained in:
Johannes Sixt
2007-02-14 12:11:54 +01:00
parent 0bcd515c57
commit f677870663

View File

@@ -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);