diff options
Diffstat (limited to 'include/zmq.h')
-rw-r--r-- | include/zmq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zmq.h b/include/zmq.h index 3bf55b6..294b5c4 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -223,6 +223,8 @@ ZMQ_EXPORT int zmq_poll (zmq_pollitem_t *items, int nitems, long timeout); ZMQ_EXPORT int zmq_device (int device, void * insocket, void* outsocket); +#undef ZMQ_EXPORT + #ifdef __cplusplus } #endif |