| commit | 4040ecee2bc4f778822336b2a46c208e01a1081b | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Tue Sep 18 00:39:58 2007 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 18 11:21:17 2007 +0200 |
| tree | d03132c126e1edbb2817a9b70c182ee1e78c99f3 | |
| parent | 03d7f2d4ade297935d9184e2f333132dfc82541e [diff] [blame] |
dnsapi: Fix the DnsQueryConfig() prototype.
diff --git a/dlls/dnsapi/query.c b/dlls/dnsapi/query.c index 0cf2928..8fe7714 100644 --- a/dlls/dnsapi/query.c +++ b/dlls/dnsapi/query.c
@@ -810,7 +810,7 @@ * DnsQueryConfig [DNSAPI.@] * */ -DNS_STATUS WINAPI DnsQueryConfig( DNS_CONFIG_TYPE config, DWORD flag, PWSTR adapter, +DNS_STATUS WINAPI DnsQueryConfig( DNS_CONFIG_TYPE config, DWORD flag, PCWSTR adapter, PVOID reserved, PVOID buffer, PDWORD len ) { DNS_STATUS ret = ERROR_INVALID_PARAMETER;