mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:23:31 +03:00
parent
1753de9d7a
commit
0417d323c9
52 changed files with 490 additions and 543 deletions
|
|
@ -54,7 +54,7 @@ extern FILE *tool_stderr;
|
|||
*/
|
||||
|
||||
#ifdef macintosh
|
||||
# define main(x,y) curl_main(x,y)
|
||||
# define main(x, y) curl_main(x, y)
|
||||
#endif
|
||||
|
||||
#ifndef CURL_OS
|
||||
|
|
@ -100,7 +100,7 @@ extern bool tool_term_has_bold;
|
|||
int tool_ftruncate64(int fd, curl_off_t where);
|
||||
|
||||
#undef ftruncate
|
||||
#define ftruncate(fd,where) tool_ftruncate64(fd,where)
|
||||
#define ftruncate(fd, where) tool_ftruncate64(fd, where)
|
||||
|
||||
#define HAVE_FTRUNCATE 1
|
||||
#define USE_TOOL_FTRUNCATE 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue