mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:33:33 +03:00
version: linkage fix
Fix linkage on c-ares enabled Windows static builds
This commit is contained in:
parent
664ff30650
commit
5db30a1d8c
1 changed files with 5 additions and 1 deletions
|
|
@ -33,7 +33,11 @@
|
|||
#include <curl/mprintf.h>
|
||||
|
||||
#ifdef USE_ARES
|
||||
#include <ares.h>
|
||||
# if defined(CURL_STATICLIB) && !defined(CARES_STATICLIB) && \
|
||||
(defined(WIN32) || defined(_WIN32) || defined(__SYMBIAN32__))
|
||||
# define CARES_STATICLIB
|
||||
# endif
|
||||
# include <ares.h>
|
||||
#endif
|
||||
|
||||
#ifdef USE_LIBIDN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue