[PATCH] iphlpapi: Add AllocateAndGetTcpExTableFromStack().

Hans Leidekker hans at codeweavers.com
Wed Aug 28 08:05:41 CDT 2013


On Wed, 2013-08-28 at 14:49 +0200, Ralf Habacker wrote:
> >> diff --git a/dlls/iphlpapi/ipstats.h b/dlls/iphlpapi/ipstats.h
> >> index bf5bb92..efdb1cc 100644
> >> --- a/dlls/iphlpapi/ipstats.h
> >> +++ b/dlls/iphlpapi/ipstats.h
> >> @@ -33,6 +33,7 @@
> >>   DWORD getInterfaceStatsByName(const char *name, PMIB_IFROW entry) DECLSPEC_HIDDEN;
> >>   
> >>   DWORD WINAPI AllocateAndGetUdpTableFromStack(PMIB_UDPTABLE *ppUdpTable, BOOL bOrder, HANDLE heap, DWORD flags) DECLSPEC_HIDDEN;
> >> +DWORD WINAPI AllocateAndGetTcpExTableFromStack(PVOID *ppTcpTable, BOOL bOrder, HANDLE heap, DWORD flags, DWORD family) DECLSPEC_HIDDEN;
> > Again, you don't need this part.
> This is because it is used nowhere else yet ?

Yes, it's not used and likely won't be because build_tcp_table can be used instead.





More information about the wine-devel mailing list