mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG was set
This commit is contained in:
parent
1c604b7ba9
commit
b71ca15598
@ -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…
Reference in New Issue
Block a user