1
0
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:
Daniel Stenberg 2003-10-14 13:10:05 +00:00
parent 1c604b7ba9
commit b71ca15598

View File

@ -80,6 +80,10 @@
#define _MPRINTF_REPLACE /* use our functions only */ #define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h> #include <curl/mprintf.h>
/* The last #include file should be: */
#ifdef CURLDEBUG
#include "memdebug.h"
#endif
/* Silly win32 socket initialization functions */ /* Silly win32 socket initialization functions */