segatools/hooklib/dns.h
Tau 8ecbb860d8 hooklib/dns.c: Add initial WinDNS hook
We'll probably need to intercept the more traditional
gethostbyname() API and friends at some point too.
2019-09-04 13:47:31 -04:00

9 lines
129 B
C

#pragma once
#include <windows.h>
#include <stddef.h>
HRESULT dns_hook_push(const wchar_t *from_src, const wchar_t *to_src);