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/tcpsocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tcpsocket.cpp') diff --git a/src/tcpsocket.cpp b/src/tcpsocket.cpp index 52dfc5c..105529a 100644 --- a/src/tcpsocket.cpp +++ b/src/tcpsocket.cpp @@ -401,7 +401,7 @@ void Bu::TcpSocket::setBlocking( bool bBlocking ) fcntl( nTcpSocket, F_SETFL, fcntl( nTcpSocket, F_GETFL, 0 ) | O_NONBLOCK ); } #else - u_Bu::size iMode; + u_long iMode; if( bBlocking ) iMode = 0; else -- cgit v1.2.3