mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-13 16:00:46 +01:00
8ecbb860d8
We'll probably need to intercept the more traditional gethostbyname() API and friends at some point too.
9 lines
129 B
C
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);
|
|
|