From 66669b2b9d392f6ae8f2c2a6acf7752bc0b6bc7e Mon Sep 17 00:00:00 2001 From: David Date: Mon, 21 Feb 2011 19:09:49 +0000 Subject: david - udp not building on windows for now && fixed a windows tcpsocket thing --- src/udpsocket.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/udpsocket.h') diff --git a/src/udpsocket.h b/src/udpsocket.h index 8fe114d..f228f08 100644 --- a/src/udpsocket.h +++ b/src/udpsocket.h @@ -4,6 +4,7 @@ * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. */ +#ifndef WIN32 //not on windows #ifndef BU_UDP_SOCKET_H #define BU_UDP_SOCKET_H @@ -79,3 +80,5 @@ namespace Bu }; #endif + +#endif -- cgit v1.2.3