iphlpapi: Add AllocateAndGetTcpExTableFromStack()

Bruno Jesus 00cpxxx at gmail.com
Wed Sep 4 07:33:29 CDT 2013


On Wed, Sep 4, 2013 at 8:02 AM, Ralf Habacker <ralf.habacker at freenet.de> wrote:
>
> - added test case (update)
>
> Signed-off-by: Ralf Habacker <ralf.habacker at 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



More information about the wine-devel mailing list