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.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/udpsocket.cpp') diff --git a/src/udpsocket.cpp b/src/udpsocket.cpp index 91e04c1..b577302 100644 --- a/src/udpsocket.cpp +++ b/src/udpsocket.cpp @@ -5,6 +5,8 @@ * terms of the license contained in the file LICENSE. */ +#ifndef WIN32 //not on windows + #include "bu/udpsocket.h" #include "bu/sio.h" @@ -238,3 +240,5 @@ Bu::String Bu::UdpSocket::getLocation() const throw Bu::UnsupportedException(); } +#endif + -- cgit v1.2.3