commit | ff915d457bc4ff9b8854a4c163c4ef26742debf3 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Wed Mar 31 19:58:46 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 31 19:58:46 2004 +0000 |
tree | 10ca32888859b5943ea4dcd9dd514d7666cca827 | |
parent | 307ee761ef8fcbb671007e30654fe22b716a10d5 [diff] [blame] |
Make sure ip_mreq is not exported by winsock2.h. Add ip_mreq, ip_mreq_source and ip_msfilter to ws2tcpip.h.
diff --git a/include/winsock.h b/include/winsock.h index 66c33d2..02a6cc5 100644 --- a/include/winsock.h +++ b/include/winsock.h
@@ -596,11 +596,13 @@ * Multicast group information */ +#if !defined(__WINE_WINSOCK2__) struct WS(ip_mreq) { struct WS(in_addr) imr_multiaddr; struct WS(in_addr) imr_interface; }; +#endif /* * WSAStartup