From 4a8dd1e404c78fb403763d830190755d2ac83228 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 18 Aug 2011 11:24:14 +0200 Subject: MSVC build fixed Signed-off-by: Martin Sustrik --- builds/msvc/libzmq/libzmq.vcproj | 8 ++++++++ src/ipc_address.cpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index 967043c..0a6bb49 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -294,6 +294,10 @@ RelativePath="..\..\..\src\ip.cpp" > + + @@ -552,6 +556,10 @@ RelativePath="..\..\..\src\ip.hpp" > + + diff --git a/src/ipc_address.cpp b/src/ipc_address.cpp index f7252c5..6a471a6 100644 --- a/src/ipc_address.cpp +++ b/src/ipc_address.cpp @@ -20,7 +20,7 @@ #include "ipc_address.hpp" -#if !defined ZMQ_HAVE_WINDOWS || !defined ZMQ_HAVE_OPENVMS +#if !defined ZMQ_HAVE_WINDOWS && !defined ZMQ_HAVE_OPENVMS #include "err.hpp" -- cgit v1.2.3