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

Cludge fix for djgpp 2.03 or older; it doesn't have snprintf() etc.

So avoid using x_was_used().
parent c6ec576c
Branches
Tags
No related merge requests found
......@@ -38,6 +38,10 @@
#include <ctype.h>
#include <string.h>
#if defined(DJGPP) && (DJGPP_MINOR < 4)
#undef CURLDEBUG /* don't use x_was_used() here */
#endif
#include <curl/mprintf.h>
#ifndef SIZEOF_LONG_DOUBLE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment