diff options
Diffstat (limited to 'libs/libevent/src/evdns.c')
-rw-r--r-- | libs/libevent/src/evdns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libevent/src/evdns.c b/libs/libevent/src/evdns.c index c4112330a9..f087962336 100644 --- a/libs/libevent/src/evdns.c +++ b/libs/libevent/src/evdns.c @@ -3773,7 +3773,7 @@ load_nameservers_with_getnetworkparams(struct evdns_base *base) } static int -config_nameserver_from_reg_key(struct evdns_base *base, HKEY key, const TCHAR *subkey) +config_nameserver_from_reg_key(struct evdns_base *base, HKEY key, const wchar_t *subkey) { char *buf; DWORD bufsz = 0, type = 0; |