From 8804ffd4faa19a6f6d24f452bfbd826e11a4dc23 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Wed, 21 Aug 2013 22:19:52 +0200 Subject: curl_easy_perform_ev: make it CURL_EXTERN I build curl.exe (using MingW) with '-DCURLDEBUG' and by importing from libcurl.dll. Which means the new curl_easy_perform_ev() must be exported from libcurl.dll. --- lib/easyif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/easyif.h b/lib/easyif.h index eed160577..043ff437d 100644 --- a/lib/easyif.h +++ b/lib/easyif.h @@ -26,7 +26,7 @@ * Prototypes for library-wide functions provided by easy.c */ #ifdef CURLDEBUG -CURLcode curl_easy_perform_ev(CURL *easy); +CURL_EXTERN CURLcode curl_easy_perform_ev(CURL *easy); #endif #endif /* HEADER_CURL_EASYIF_H */ -- cgit v1.2.3