[PSDK] small fixes for dns headers

svn path=/trunk/; revision=73201
This commit is contained in:
Christoph von Wittich 2016-11-11 14:21:55 +00:00
parent 2fdacdbbd6
commit 37cc16189d
2 changed files with 4 additions and 3 deletions

View file

@ -626,6 +626,7 @@ typedef struct _DnsRecordW {
DNS_WINSR_DATAW WINSR, WinsR, NBSTAT, Nbstat;
} Data;
} DNS_RECORDW, *PDNS_RECORDW;
#endif
#ifdef UNICODE
#define DNS_RECORD DNS_RECORDW
@ -635,8 +636,6 @@ typedef struct _DnsRecordW {
#define PDNS_RECORD PDNS_RECORDA
#endif
#endif
typedef struct _DnsRRSet {
PDNS_RECORD pFirstRR;
PDNS_RECORD pLastRR;

View file

@ -3,6 +3,8 @@
*/
#include <ms-dtyp.idl>
#define UNICODE
#include <sal.h>
#include <windns.h>
@ -48,7 +50,7 @@ interface DnsResolver
[in] WORD wType,
[in] DWORD Flags,
[in][out] DWORD *dwRecords,
[out][ref] _DnsRecordW** ppResultRecords);
[out][ref] DNS_RECORDW** ppResultRecords);
/* Function: 0x08 */
/* R_ResolverEnumCache */