On 8/28/2013 13:41, Ralf Habacker wrote:
Signed-off-by: Ralf Habacker ralf.habacker@freenet.de
dlls/iphlpapi/iphlpapi.spec | 1 + dlls/iphlpapi/ipstats.c | 26 ++++++++++++++++++++++++++ dlls/iphlpapi/ipstats.h | 1 + include/tcpmib.h | 3 +++ 4 Dateien geändert, 31 Zeilen hinzugefügt(+)
+DWORD WINAPI AllocateAndGetTcpExTableFromStack( PMIB_TCPTABLE_EX *ppTcpTable, BOOL bOrder,
HANDLE heap, DWORD flags )
Are you sure about this? It doesn't match a prototype from MSDN.