mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 13:21:10 +01:00
Fix compilation with mingw64 using autotools
This commit is contained in:
@@ -62,7 +62,7 @@ zmq::tcp_listener_t::tcp_listener_t (io_thread_t *io_thread_,
|
||||
own_t (io_thread_, options_),
|
||||
io_object_t (io_thread_),
|
||||
s (retired_fd),
|
||||
handle(NULL),
|
||||
handle((handle_t)NULL),
|
||||
socket (socket_)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user