On 27.02.2017 16:05, André Hentschel wrote:
Signed-off-by: André Hentschel nerv@dawncrow.de
dlls/iphlpapi/tests/iphlpapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/iphlpapi/tests/iphlpapi.c b/dlls/iphlpapi/tests/iphlpapi.c index 953bbc9..ddea4f8 100644 --- a/dlls/iphlpapi/tests/iphlpapi.c +++ b/dlls/iphlpapi/tests/iphlpapi.c @@ -1583,7 +1583,7 @@ static void test_AllocateAndGetTcpExTableFromStack(void)
if (!pAllocateAndGetTcpExTableFromStack) {
skip("AllocateAndGetTcpExTableFromStack not available\n");
}trace("AllocateAndGetTcpExTableFromStack not available, skipping\n"); return;
What's a point of this change?