Commit 95329719 authored by Martin Sustrik's avatar Martin Sustrik

zmq_errno is exported from the DLL

parent 2441ef11
...@@ -219,7 +219,7 @@ ZMQ_EXPORT int zmq_poll (zmq_pollitem_t *items, int nitems, long timeout); ...@@ -219,7 +219,7 @@ ZMQ_EXPORT int zmq_poll (zmq_pollitem_t *items, int nitems, long timeout);
// of this function is to make the code 100% portable, including where 0MQ // of this function is to make the code 100% portable, including where 0MQ
// compiled with certain CRT library (on Windows) is linked to an application // compiled with certain CRT library (on Windows) is linked to an application
// compiled with different CRT library. // compiled with different CRT library.
int zmq_errno (); ZMQ_EXPORT int zmq_errno ();
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Helper functions. // Helper functions.
......
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