Fix compilation with mingw64 using autotools

This commit is contained in:
Yann Diorcet
2016-06-01 15:07:16 +02:00
parent 7b063a067c
commit 9835e18f64
10 changed files with 26 additions and 8 deletions

View File

@@ -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_)
{
}