mirror of
https://github.com/curl/curl.git
synced 2026-07-12 05:57:15 +03:00
Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG was set
This commit is contained in:
parent
1c604b7ba9
commit
b71ca15598
1 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,10 @@
|
|||
#define _MPRINTF_REPLACE /* use our functions only */
|
||||
#include <curl/mprintf.h>
|
||||
|
||||
/* The last #include file should be: */
|
||||
#ifdef CURLDEBUG
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
/* Silly win32 socket initialization functions */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue