diff --git a/patches/01-Address_Change_Notification/0003-ws2_32-Add-an-interactive-test-for-interface-change-.patch b/patches/01-Address_Change_Notification/0003-ws2_32-Add-an-interactive-test-for-interface-change-.patch index 711fa15b..5e5e4716 100644 --- a/patches/01-Address_Change_Notification/0003-ws2_32-Add-an-interactive-test-for-interface-change-.patch +++ b/patches/01-Address_Change_Notification/0003-ws2_32-Add-an-interactive-test-for-interface-change-.patch @@ -8,10 +8,10 @@ Subject: ws2_32: Add an interactive test for interface change notifications. 1 file changed, 68 insertions(+) diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c -index ac6ee10..b6da0e7 100644 +index 0abf732..4703e59 100644 --- a/dlls/ws2_32/tests/sock.c +++ b/dlls/ws2_32/tests/sock.c -@@ -6225,6 +6225,73 @@ static void test_sioRoutingInterfaceQuery(void) +@@ -6487,6 +6487,73 @@ static void test_sioRoutingInterfaceQuery(void) closesocket(sock); } @@ -85,14 +85,14 @@ index ac6ee10..b6da0e7 100644 static void test_synchronous_WSAIoctl(void) { HANDLE previous_port, io_port; -@@ -7101,6 +7168,7 @@ START_TEST( sock ) +@@ -7570,6 +7637,7 @@ START_TEST( sock ) test_ConnectEx(); test_sioRoutingInterfaceQuery(); + test_sioAddressListChange(); - test_WSAAsyncGetServByPort(); - test_WSAAsyncGetServByName(); + test_WSALookupService(); + -- 1.7.9.5