summaryrefslogtreecommitdiff
path: root/include/zmq.h
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-06-17 16:51:53 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-06-17 16:51:53 +0200
commit7f01e9970d211235fc8057de6dc41ba8ceafe795 (patch)
tree600dc003c73e15ef965cc97a1abb99d6dfc0a260 /include/zmq.h
parent4777fe4010572d381a2ad8eb63df2fc5fb7e6642 (diff)
stopwatch returned to libzmq
Diffstat (limited to 'include/zmq.h')
-rw-r--r--include/zmq.h2
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