mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-22 10:25:52 +01:00
zmq_errno is exported from the DLL
This commit is contained in:
parent
2441ef11a2
commit
95329719cd
@ -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
|
||||
// compiled with certain CRT library (on Windows) is linked to an application
|
||||
// compiled with different CRT library.
|
||||
int zmq_errno ();
|
||||
ZMQ_EXPORT int zmq_errno ();
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Helper functions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user