mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[PSDK] small fixes for dns headers
svn path=/trunk/; revision=73201
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user