[DNSAPI][PSDK] Implement GetCurrentTimeInSeconds() and fix DnsQuery_A/UTF8/W()

This commit is contained in:
Eric Kohl 2019-11-02 23:59:06 +01:00
parent 01bd090db0
commit 158fda5cdf
4 changed files with 34 additions and 27 deletions

View file

@ -27,6 +27,10 @@ WINAPI
DnsGetCacheDataTable(
_Out_ PDNS_CACHE_ENTRY *DnsCache);
DNS_STATUS
WINAPI
GetCurrentTimeInSeconds(VOID);
#endif /* __WIDL__ */
#ifdef __cplusplus