mirror of
https://gitea.tendokyu.moe/Hay1tsme/bananatools.git
synced 2026-04-09 10:55:01 -05:00
10 lines
186 B
C
10 lines
186 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include <stddef.h>
|
|
|
|
// if to_src is NULL, all lookups for from_src will fail
|
|
HRESULT dns_hook_push(const wchar_t *from_src, const wchar_t *to_src);
|
|
|