Commit f66880c8 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

dnsapi: Clarify that Windows does not implement DnsQueryConfig(DnsConfigSearchList).

From 17e2d5c1.
parent 85596986
......@@ -387,6 +387,7 @@ DNS_STATUS WINAPI DnsQueryConfig( DNS_CONFIG_TYPE config, DWORD flag, const WCHA
struct get_serverlist_params params = { AF_INET6, buffer, len };
return RESOLV_CALL( get_serverlist, &params );
}
/* Windows does not implement this, but we need it in iphlpapi. */
case DnsConfigSearchList:
{
struct get_searchlist_params params = { buffer, len };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment