mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
another typo
svn:r8351
This commit is contained in:
parent
1ee88bb01a
commit
f9f281251b
1 changed files with 1 additions and 1 deletions
|
@ -2038,7 +2038,7 @@ eventdns_nameserver_ip_add_line(const char *ips) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
typedef DWORD(*GetNetworkParams_fn_t)(FIXED_INFO *, DWORD*);
|
||||
typedef DWORD(WINAPI *GetNetworkParams_fn_t)(FIXED_INFO *, DWORD*);
|
||||
|
||||
// Use the windows GetNetworkParams interface in iphlpapi.dll to
|
||||
// figure out what our nameservers are.
|
||||
|
|
Loading…
Add table
Reference in a new issue