mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[PSDK] small fixes for dns headers
svn path=/trunk/; revision=73201
This commit is contained in:
parent
2fdacdbbd6
commit
37cc16189d
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue