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