Generating evdns_base_config_windows_nameservers docs on all platforms

(cherry picked from commit 791e3de0c38f9f413f33addcac2d8bca68590ca6)
This commit is contained in:
dpayne 2018-04-03 15:43:22 -07:00 committed by Azat Khuzhin
parent 80b70ee029
commit 3bd2ce439d
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -478,7 +478,7 @@ int evdns_base_resolv_conf_parse(struct evdns_base *base, int flags, const char
EVENT2_EXPORT_SYMBOL
int evdns_base_load_hosts(struct evdns_base *base, const char *hosts_fname);
#ifdef _WIN32
#if defined(EVENT_IN_DOXYGEN_) || defined(_WIN32)
/**
Obtain nameserver information using the Windows API.