forked from Hay1tsme/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:
@ -11,6 +11,8 @@ hooklib_lib = static_library(
|
||||
'clock.h',
|
||||
'dll.c',
|
||||
'dll.h',
|
||||
'dns.c',
|
||||
'dns.h',
|
||||
'fdshark.c',
|
||||
'fdshark.h',
|
||||
'gfx.c',
|
||||
|
Reference in New Issue
Block a user