1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

include: Protect mstcpip.h against multiple inclusion.

This commit is contained in:
Francois Gouget 2011-12-12 23:54:21 +01:00 committed by Alexandre Julliard
parent 48515313fd
commit c258dc8500

View File

@ -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 */