summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-07-22 08:35:01 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-07-22 08:35:01 +0200
commit5650743d9edc8b8e85739ab023e8156b451003f1 (patch)
treedbded93734c5aed7e8bf958664a82f2b73ce94cd /src
parent75c4e0e62be6bd34fb934b9f13de68ffd655c500 (diff)
MSVC build brought up to date
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src')
-rw-r--r--src/zmq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zmq.cpp b/src/zmq.cpp
index f6786af..39d5404 100644
--- a/src/zmq.cpp
+++ b/src/zmq.cpp
@@ -43,7 +43,7 @@
#include <poll.h>
#endif
-#if defined WINDOWS
+#if defined ZMQ_HAVE_WINDOWS
#include "windows.hpp"
#else
#include <unistd.h>