forked from TeamTofuShop/segatools
hooklib/dns.c: Add initial WinDNS hook
We'll probably need to intercept the more traditional gethostbyname() API and friends at some point too.
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
#include <winternl.h>
|
||||
#include <setupapi.h>
|
||||
#include <unknwn.h>
|
||||
#include <windns.h>
|
||||
#include <dinput.h>
|
||||
#include <xinput.h>
|
||||
#include <d3d9.h>
|
||||
|
Reference in New Issue
Block a user