From fa1641afc593be5926e558381861112b584e861a Mon Sep 17 00:00:00 2001 From: malosek Date: Fri, 27 Nov 2009 14:30:48 +0100 Subject: msvc build fixed --- bindings/c/zmq.h | 3 +++ builds/msvc/libzmq/libzmq.vcproj | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/bindings/c/zmq.h b/bindings/c/zmq.h index a65926e..ff94dd4 100644 --- a/bindings/c/zmq.h +++ b/bindings/c/zmq.h @@ -63,6 +63,9 @@ extern "C" { #ifndef EADDRNOTAVAIL #define EADDRNOTAVAIL (ZMQ_HAUSNUMERO + 6) #endif +#ifndef ECONNREFUSED +#define ECONNREFUSED (ZMQ_HAUSNUMERO + 7) +#endif // Native 0MQ error codes. #define EMTHREAD (ZMQ_HAUSNUMERO + 50) diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index 8927fa2..e575d67 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -181,6 +181,10 @@ RelativePath="..\..\..\src\dispatcher.cpp" > + + @@ -289,6 +293,10 @@ RelativePath="..\..\..\src\thread.cpp" > + + @@ -375,6 +383,10 @@ RelativePath="..\..\..\src\encoder.hpp" > + + @@ -531,6 +543,10 @@ RelativePath="..\..\..\src\thread.hpp" > + + -- cgit v1.2.3