Commit 5bc9fd62 authored by Ian Barber's avatar Ian Barber

Merge pull request #303 from pieterh/master

Fixed issue #351
parents a9690289 d8c58080
......@@ -109,6 +109,9 @@ ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch);
#ifndef EAFNOSUPPORT
#define EAFNOSUPPORT (ZMQ_HAUSNUMERO + 10)
#endif
#ifndef EHOSTUNREACH
#define EHOSTUNREACH (ZMQ_HAUSNUMERO + 11)
#endif
/* Native 0MQ error codes. */
#define EFSM (ZMQ_HAUSNUMERO + 51)
......
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