Re: [PATCH 6/6] ws2_32/tests: Added GetAddrInfoExW tests.
1 Aug
2017
1 Aug
'17
4:26 p.m.
Jacek Caban <jacek(a)codeweavers.com> writes:
@@ -7334,6 +7343,95 @@ static void test_GetAddrInfoW(void) ok(result2 == NULL, "got %p\n", result2); }
+static void test_GetAddrInfoExW(void) +{
You are not calling this anywhere. -- Alexandre Julliard julliard(a)winehq.org
1 Aug
1 Aug
4:30 p.m.
New subject: [PATCH 6/6] ws2_32/tests: Added GetAddrInfoExW tests.
On 01.08.2017 18:26, Alexandre Julliard wrote:
Jacek Caban <jacek(a)codeweavers.com> writes:
@@ -7334,6 +7343,95 @@ static void test_GetAddrInfoW(void) ok(result2 == NULL, "got %p\n", result2); }
+static void test_GetAddrInfoExW(void) +{ You are not calling this anywhere.
The call didn't survive the last clean up :) Sorry about that, I sent the right version. Jacek
3059
Age (days ago)
3059
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Jacek Caban