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
@ -51,6 +51,7 @@
|
|||||||
# else
|
# else
|
||||||
curl_off_t curlx_strtoll(const char *nptr, char **endptr, int base);
|
curl_off_t curlx_strtoll(const char *nptr, char **endptr, int base);
|
||||||
# define curlx_strtoofft curlx_strtoll
|
# define curlx_strtoofft curlx_strtoll
|
||||||
|
# define NEED_CURL_STRTOLL 1
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user