mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-24 23:34:50 +01:00
Merge pull request #2539 from juan-filewave/win_build_if_defined_ZMQ_USE_POLL
Problem: Windows build broken by #if ZMQ_USE_POLL
This commit is contained in:
commit
aa90863b77
@ -83,7 +83,7 @@ struct tcp_keepalive {
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
||||
#if ZMQ_USE_POLL
|
||||
#if defined ZMQ_USE_POLL
|
||||
static inline int poll(struct pollfd *pfd, unsigned long nfds, int timeout) { return WSAPoll(pfd, nfds, timeout); }
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user