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:
Tau
2019-09-04 13:31:55 -04:00
parent 8491aa1fec
commit 8ecbb860d8
4 changed files with 338 additions and 0 deletions

View File

@ -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>