forked from TeamTofuShop/segatools
platform/dns.c: Intercept router host names
This commit is contained in:
@ -63,6 +63,14 @@ void dns_config_load(struct dns_config *cfg, const wchar_t *filename)
|
||||
_countof(default_),
|
||||
filename);
|
||||
|
||||
GetPrivateProfileStringW(
|
||||
L"dns",
|
||||
L"router",
|
||||
default_,
|
||||
cfg->router,
|
||||
_countof(cfg->router),
|
||||
filename);
|
||||
|
||||
GetPrivateProfileStringW(
|
||||
L"dns",
|
||||
L"startup",
|
||||
|
Reference in New Issue
Block a user