oops, missed a define when I changed from Curl_ to curlx_

This commit is contained in:
Daniel Stenberg 2004-02-20 07:22:25 +00:00
parent 236337ce86
commit 2c0c75e345
1 changed files with 1 additions and 1 deletions

View File

@ -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