Skip to content

Commit be5ae07

Browse files
committed
Replace _WIN32 by WB_WEBSTER
1 parent 4d21af1 commit be5ae07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/socket.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ SocketNetwork::SocketNetwork()
150150
int SocketNetwork::set_non_blocking( Channel *channel )
151151
{
152152
SocketChannel *chann = (SocketChannel*) channel;
153-
#ifdef _WIN32
153+
#ifdef WB_WINDOWS
154154
u_long flags = 1;
155155
int result = ioctlsocket(chann->socket, FIONBIO, &flags);
156156
#else

0 commit comments

Comments
 (0)