1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

We noe use CURLDEBUG instead of MALLOCDEBUG

This commit is contained in:
Daniel Stenberg 2003-06-26 06:45:15 +00:00
parent f8c3b3aa18
commit 204f03912f

View File

@ -42,7 +42,7 @@
#include "base64.h"
#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
#include "memdebug.h"
#endif