Commit 18a0045a authored by Felix Nawothnig's avatar Felix Nawothnig Committed by Alexandre Julliard

Define ip_mreq.

parent 518acec6
......@@ -592,6 +592,15 @@ typedef struct WS(sockaddr_in)
char sin_zero[8];
} SOCKADDR_IN, *PSOCKADDR_IN, *LPSOCKADDR_IN;
/*
* Multicast group information
*/
struct WS(ip_mreq)
{
struct WS(in_addr) imr_multiaddr;
struct WS(in_addr) imr_interface;
};
/*
* WSAStartup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment