mirror of
https://github.com/curl/curl.git
synced 2026-05-17 17:36:22 +03:00
use CURLDEBUG instead of MALLOCDEBUG
This commit is contained in:
parent
1eef6f44ba
commit
2bd71d70ff
2 changed files with 2 additions and 2 deletions
|
|
@ -92,7 +92,7 @@ Example set of cookies:
|
|||
#include "strtok.h"
|
||||
|
||||
/* The last #include file should be: */
|
||||
#ifdef MALLOCDEBUG
|
||||
#ifdef CURLDEBUG
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/* The last #include file should be: */
|
||||
#ifdef MALLOCDEBUG
|
||||
#ifdef CURLDEBUG
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue