mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
fix CURL_EXTERN for debug builds
This commit is contained in:
parent
865e495188
commit
dc8688b8dc
@ -164,5 +164,9 @@ int ares__read_line(FILE *fp, char **buf, int *bufsize);
|
|||||||
libcurl lowlevel code from within library is ugly and only works when
|
libcurl lowlevel code from within library is ugly and only works when
|
||||||
c-ares is built and linked with a similarly debug-build libcurl, but we do
|
c-ares is built and linked with a similarly debug-build libcurl, but we do
|
||||||
this anyway for convenience. */
|
this anyway for convenience. */
|
||||||
|
#ifndef CURL_EXTERN
|
||||||
|
/* ugly hack to make this compile */
|
||||||
|
#define CURL_EXTERN
|
||||||
|
#endif
|
||||||
#include "../lib/memdebug.h"
|
#include "../lib/memdebug.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user