Commit c258dc85 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

include: Protect mstcpip.h against multiple inclusion.

parent 48515313
......@@ -15,6 +15,8 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __WINE_MSTCPIP_H
#define __WINE_MSTCPIP_H
struct tcp_keepalive
{
......@@ -60,3 +62,5 @@ struct tcp_keepalive
#define WS_RCVALL_SOCKETLEVELONLY 2
#endif /* USE_WS_PREFIX */
#endif /* __WINE_MSTCPIP_H */
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