From 95329719cda2b941e422d06daad3a7ba4c4a8829 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 23 Feb 2010 23:37:05 +0100 Subject: zmq_errno is exported from the DLL --- bindings/c/zmq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings') diff --git a/bindings/c/zmq.h b/bindings/c/zmq.h index 254971d..9eac38a 100644 --- a/bindings/c/zmq.h +++ b/bindings/c/zmq.h @@ -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. -- cgit v1.2.3