Oof
This commit is contained in:
BIN
Binary file not shown.
@@ -102,7 +102,7 @@ struct dnsapi_dll
|
||||
DnsQueryConfigDword = GetProcAddress(dll, "DnsQueryConfigDword");
|
||||
DnsDhcpRemoveRegistrations = GetProcAddress(dll, "DnsDhcpRemoveRegistrations");
|
||||
DnsDhcpRegisterInit = GetProcAddress(dll, "DnsDhcpRegisterInit");
|
||||
DnsDhcpRegisterInit = GetProcAddress(dll, "DnsDhcpRegisterAddrs");
|
||||
DnsDhcpRegisterAddrs = GetProcAddress(dll, "DnsDhcpRegisterAddrs");
|
||||
|
||||
// if entry points aren't found, GetProcAddress should return null
|
||||
// I hope this is correct
|
||||
|
||||
@@ -102,7 +102,7 @@ struct dnsapi_dll
|
||||
DnsQueryConfigDword = GetProcAddress(dll, "DnsQueryConfigDword");
|
||||
DnsDhcpRemoveRegistrations = GetProcAddress(dll, "DnsDhcpRemoveRegistrations");
|
||||
DnsDhcpRegisterInit = GetProcAddress(dll, "DnsDhcpRegisterInit");
|
||||
DnsDhcpRegisterInit = GetProcAddress(dll, "DnsDhcpRegisterAddrs");
|
||||
DnsDhcpRegisterAddrs = GetProcAddress(dll, "DnsDhcpRegisterAddrs");
|
||||
|
||||
// if entry points aren't found, GetProcAddress should return null
|
||||
// I hope this is correct
|
||||
|
||||
Reference in New Issue
Block a user