mirror of
https://github.com/curl/curl.git
synced 2026-05-04 11:41:26 +03:00
When using our internal curlx_strtoll function NEED_CURL_STRTOLL must be defined,
the source code of curlx_strtoll is excluded if NEED_CURL_STRTOLL isn't defined.
This commit is contained in:
parent
0105ad5e39
commit
ecd30cc8bb
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@
|
|||
# else
|
||||
curl_off_t curlx_strtoll(const char *nptr, char **endptr, int base);
|
||||
# define curlx_strtoofft curlx_strtoll
|
||||
# define NEED_CURL_STRTOLL 1
|
||||
# endif
|
||||
# endif
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue