platform/dns.c: Add platform DNS hook

This commit is contained in:
Tau
2019-09-04 13:43:15 -04:00
parent 8ecbb860d8
commit 1affb5c169
5 changed files with 122 additions and 0 deletions

8
platform/dns.h Normal file
View File

@ -0,0 +1,8 @@
#pragma once
#include <windows.h>
#include "platform/config.h"
HRESULT dns_platform_hook_init(const struct dns_config *cfg);