瀏覽代碼

another typo

svn:r8351
Mike Chiussi 19 年之前
父節點
當前提交
f9f281251b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.