Commit aa90863b authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2539 from juan-filewave/win_build_if_defined_ZMQ_USE_POLL

Problem: Windows build broken by #if ZMQ_USE_POLL
parents ce602d08 52ce6aab
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment