Re: iphlpapi: Add AllocateAndGetTcpExTableFromStack()
On Wed, Sep 4, 2013 at 8:02 AM, Ralf Habacker <ralf.habacker(a)freenet.de> wrote:
- added test case (update)
Signed-off-by: Ralf Habacker <ralf.habacker(a)freenet.de> --- dlls/iphlpapi/iphlpapi.spec | 1 + dlls/iphlpapi/ipstats.c | 33 +++++++++++++++++++++++++++++++++ dlls/iphlpapi/tests/iphlpapi.c | 32 ++++++++++++++++++++++++++++++++ 3 Dateien geändert, 66 Zeilen hinzugefügt(+)
+ // WinXP SP3 crashes on this test + //ret = pAllocateAndGetTcpExTableFromStack( 0, FALSE, GetProcessHeap(), HEAP_ZERO_MEMORY, AF_INET ); + //ok( ret == ERROR_INVALID_PARAMETER, "got %u\n", ret );
C++ comments are not allowed. You could use if(0) {} to make sure the code compiles. You are still missing the (try X) at the end of the email subject. Regards, Bruno
participants (1)
-
Bruno Jesus