mirror of
https://github.com/curl/curl.git
synced 2026-06-24 07:05:39 +03:00
Watcom has strtoll().
This commit is contained in:
parent
c5297b9fd9
commit
321511a5be
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@
|
|||
#define HAVE_STRSTR 1
|
||||
|
||||
/* Define if you have the strtoll function. */
|
||||
#ifdef __MINGW32__
|
||||
#if defined(__MINGW32__) || defined(__WATCOMC__)
|
||||
#define HAVE_STRTOLL 1
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue