Browse Source

another typo

svn:r8351
Mike Chiussi 19 years ago
parent
commit
f9f281251b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/eventdns.c

+ 1 - 1
src/or/eventdns.c

@@ -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.