-
- Downloads
Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU
remain in use as internal curl_off_t print formatting strings for the internal *printf functions which still cannot handle print formatting string directives such as "I64d", "I64u", and others available on MSVC, MinGW, Intel's ICC, and other DOS/Windows compilers. This reverts previous commit part which did: FORMAT_OFF_T -> CURL_FORMAT_CURL_OFF_T FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
Showing
- CHANGES 7 additions, 0 deletionsCHANGES
- lib/cookie.c 1 addition, 1 deletionlib/cookie.c
- lib/file.c 7 additions, 8 deletionslib/file.c
- lib/formdata.c 1 addition, 1 deletionlib/formdata.c
- lib/ftp.c 19 additions, 25 deletionslib/ftp.c
- lib/http.c 11 additions, 11 deletionslib/http.c
- lib/progress.c 13 additions, 13 deletionslib/progress.c
- lib/setup.h 20 additions, 9 deletionslib/setup.h
- lib/ssh.c 4 additions, 4 deletionslib/ssh.c
- lib/transfer.c 7 additions, 8 deletionslib/transfer.c
- lib/url.c 1 addition, 1 deletionlib/url.c
Loading
Please register or sign in to comment