We noe use CURLDEBUG instead of MALLOCDEBUG

This commit is contained in:
Daniel Stenberg 2003-06-26 06:45:15 +00:00
Родитель f8c3b3aa18
Коммит 204f03912f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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