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