mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
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.
This commit is contained in:
parent
19122c0768
commit
8804ffd4fa
@ -26,7 +26,7 @@
|
|||||||
* Prototypes for library-wide functions provided by easy.c
|
* Prototypes for library-wide functions provided by easy.c
|
||||||
*/
|
*/
|
||||||
#ifdef CURLDEBUG
|
#ifdef CURLDEBUG
|
||||||
CURLcode curl_easy_perform_ev(CURL *easy);
|
CURL_EXTERN CURLcode curl_easy_perform_ev(CURL *easy);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* HEADER_CURL_EASYIF_H */
|
#endif /* HEADER_CURL_EASYIF_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user