mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:13:01 +00:00
[DNSAPI][PSDK] Implement GetCurrentTimeInSeconds() and fix DnsQuery_A/UTF8/W()
This commit is contained in:
parent
01bd090db0
commit
158fda5cdf
4 changed files with 34 additions and 27 deletions
|
@ -27,6 +27,10 @@ WINAPI
|
|||
DnsGetCacheDataTable(
|
||||
_Out_ PDNS_CACHE_ENTRY *DnsCache);
|
||||
|
||||
DNS_STATUS
|
||||
WINAPI
|
||||
GetCurrentTimeInSeconds(VOID);
|
||||
|
||||
#endif /* __WIDL__ */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue