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

@@ -64,7 +64,7 @@ zmq::tcp_connecter_t::tcp_connecter_t (class io_thread_t *io_thread_,
io_object_t (io_thread_),
addr (addr_),
s (retired_fd),
handle(NULL),
handle((handle_t)NULL),
handle_valid (false),
delayed_start (delayed_start_),
connect_timer_started (false),