* lib/dnsapi.a: New file.
* lib/test.c: Include windns,h.
This commit is contained in:
parent
efdce2bd3b
commit
c904424d70
@ -1,3 +1,8 @@
|
||||
2004-02-11 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* lib/dnsapi.a: New file.
|
||||
* lib/test.c: Include windns,h.
|
||||
|
||||
2004-02-11 Pierre A. Humblet <Pierre.Humblet@ieee.org>
|
||||
|
||||
* include/windns.h: New file.
|
||||
|
31
winsup/w32api/lib/dnsapi.def
Normal file
31
winsup/w32api/lib/dnsapi.def
Normal file
@ -0,0 +1,31 @@
|
||||
LIBRARY DNSAPI.DLL
|
||||
EXPORTS
|
||||
DnsAcquireContextHandle_A@12
|
||||
DnsAcquireContextHandle_W@12
|
||||
DnsExtractRecordsFromMessage_UTF8@12
|
||||
DnsExtractRecordsFromMessage_W@12
|
||||
DnsModifyRecordsInSet_A@24
|
||||
DnsModifyRecordsInSet_UTF8@24
|
||||
DnsModifyRecordsInSet_W@24
|
||||
DnsNameCompare_A@8
|
||||
DnsNameCompare_W@8
|
||||
DnsQuery_A@24
|
||||
DnsQuery_UTF8@24
|
||||
DnsQuery_W@24
|
||||
DnsQueryConfig@24
|
||||
DnsRecordCompare@8
|
||||
DnsRecordCopyEx@12
|
||||
DnsRecordListFree@8
|
||||
DnsRecordSetCompare@16
|
||||
DnsRecordSetCopyEx@12
|
||||
DnsRecordSetDetach@4
|
||||
DnsReleaseContextHandle@4
|
||||
DnsReplaceRecordSetA@20
|
||||
DnsReplaceRecordSetUTF8@20
|
||||
DnsReplaceRecordSetW@20
|
||||
DnsValidateName_A@8
|
||||
DnsValidateName_UTF8@8
|
||||
DnsValidateName_W@8
|
||||
DnsWriteQuestionToBuffer_UTF8@24
|
||||
DnsWriteQuestionToBuffer_W@24
|
||||
|
@ -82,6 +82,7 @@
|
||||
#include <tmschema.h>
|
||||
#include <dhcpcsdk.h>
|
||||
#include <errorrep.h>
|
||||
#include <windns.h>
|
||||
|
||||
#ifndef __OBJC__ /* problems with BOOL */
|
||||
#include <ole2.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user