2019-09-04 17:31:55 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
|
|
#include <stddef.h>
|
|
|
|
|
2019-11-17 05:08:25 +00:00
|
|
|
// if to_src is NULL, all lookups for from_src will fail
|
2019-09-04 17:31:55 +00:00
|
|
|
HRESULT dns_hook_push(const wchar_t *from_src, const wchar_t *to_src);
|
|
|
|
|