Skip to content

Commit

Permalink
Missing ENOTSOCK added on Win32
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Sustrik <[email protected]>
  • Loading branch information
sustrik authored and hintjens committed May 8, 2011
1 parent 52318cf commit 4673827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/zmq.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch);
#ifndef EINPROGRESS
#define EINPROGRESS (ZMQ_HAUSNUMERO + 8)
#endif
#ifndef ENOTSOCK
#define ENOTSOCK (ZMQ_HAUSNUMERO + 9)
#endif

/* Native 0MQ error codes. */
#define EFSM (ZMQ_HAUSNUMERO + 51)
Expand Down

0 comments on commit 4673827

Please sign in to comment.