mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-03 19:40:39 +01:00
Problem: MSVC projects don't include timers.cpp/hpp
Solution: add these
This commit is contained in:
@@ -1180,7 +1180,7 @@ int zmq_poller_wait (void *poller_, zmq_poller_event_t *event, long timeout_)
|
||||
|
||||
// Timers
|
||||
|
||||
void *zmq_timers_new ()
|
||||
void *zmq_timers_new (void)
|
||||
{
|
||||
zmq::timers_t *timers = new (std::nothrow) zmq::timers_t;
|
||||
alloc_assert (timers);
|
||||
|
||||
Reference in New Issue
Block a user