This commit is contained in:
nastys
2019-08-02 14:27:55 +02:00
parent a90dedaf51
commit dd3d6e17fc
3 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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