[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8351: another typo (tor/trunk/src/or)
Author: chiussi
Date: 2006-09-08 05:05:07 -0400 (Fri, 08 Sep 2006)
New Revision: 8351
Modified:
tor/trunk/src/or/eventdns.c
Log:
another typo
Modified: tor/trunk/src/or/eventdns.c
===================================================================
--- tor/trunk/src/or/eventdns.c 2006-09-08 09:02:14 UTC (rev 8350)
+++ tor/trunk/src/or/eventdns.c 2006-09-08 09:05:07 UTC (rev 8351)
@@ -2038,7 +2038,7 @@
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.