Skip to content
Snippets Groups Projects
Commit ecd30cc8 authored by Yang Tse's avatar Yang Tse
Browse files

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.
parent 0105ad5e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment