Skip to content
Snippets Groups Projects
Commit e2ff369e authored by Gisle Vanem's avatar Gisle Vanem
Browse files

BUFSIZE defined in Metaware's <stdio.h>. Undefine to avoid warning.

parent 9691a78f
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@
#endif
/* Download buffer size, keep it fairly big for speed reasons */
#undef BUFSIZE
#define BUFSIZE CURL_MAX_WRITE_SIZE
/* Initial size of the buffer to store headers in, it'll be enlarged in case
......
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