Skip to content
Snippets Groups Projects
Commit 647f83e8 authored by Maks Naumov's avatar Maks Naumov Committed by Daniel Stenberg
Browse files

test1515: fix compilation with msvc

... or any other systems lacking a native snprintf
parent 0d6225ad
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,9 @@
#define sleep(s) Sleep(s * 1000)
#endif
#define _MPRINTF_REPLACE
#include "mprintf.h"
static int debug_callback(CURL *curl, curl_infotype info, char *msg, size_t len, void *ptr)
{
(void)curl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment