1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-12-18 06:45:53 +01:00
segatools-dniel97/hooklib/dns.h

9 lines
129 B
C
Raw Normal View History

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