mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Merge pull request #2945 from kachanovskiy/master
Fix build break when SIO_LOOPBACK_FAST_PATH is not defined (i.e. in VS2010)
This commit is contained in:
commit
487c275809
@ -335,7 +335,7 @@ void zmq::tcp_assert_tuning_error (zmq::fd_t s_, int rc_)
|
||||
|
||||
void zmq::tcp_tune_loopback_fast_path (const fd_t socket_)
|
||||
{
|
||||
#if defined ZMQ_HAVE_WINDOWS
|
||||
#if defined ZMQ_HAVE_WINDOWS && defined SIO_LOOPBACK_FAST_PATH
|
||||
int sio_loopback_fastpath = 1;
|
||||
DWORD numberOfBytesReturned = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user