1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

Undefine correct symbol.

This commit is contained in:
Gisle Vanem 2006-07-06 13:33:56 +00:00
parent a1cd180082
commit 4f012ad703

View File

@ -39,7 +39,7 @@
#include <string.h>
#if defined(DJGPP) && (DJGPP_MINOR < 4)
#undef CURLDEBUG /* don't use x_was_used() here */
#undef _MPRINTF_REPLACE /* don't use x_was_used() here */
#endif
#include <curl/mprintf.h>