mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
oops, missed a define when I changed from Curl_ to curlx_
This commit is contained in:
parent
236337ce86
commit
2c0c75e345
@ -43,7 +43,7 @@
|
||||
#define strtoofft strtoll
|
||||
#else
|
||||
curl_off_t curlx_strtoll(const char *nptr, char **endptr, int base);
|
||||
#define strtoofft Curl_strtoll
|
||||
#define strtoofft curlx_strtoll
|
||||
#define NEED_CURL_STRTOLL
|
||||
#endif
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user