From a3f27400ded11fa14df98943cc412635d7d175ee Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 8 Aug 2011 18:49:30 +0200 Subject: Minor compile-time bug on Windows fixed Signed-off-by: Martin Sustrik --- src/tcp_connecter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tcp_connecter.cpp') diff --git a/src/tcp_connecter.cpp b/src/tcp_connecter.cpp index f950896..d62740c 100644 --- a/src/tcp_connecter.cpp +++ b/src/tcp_connecter.cpp @@ -201,7 +201,7 @@ int zmq::tcp_connecter_t::open () // Enable IPv4-mapping of addresses in case it is disabled by default. #ifdef IPV6_V6ONLY if (addr.ss_family == AF_INET6) { -#if ZMQ_HAVE_WINDOWS +#ifdef ZMQ_HAVE_WINDOWS DWORD flag = 0; #else int flag = 0; -- cgit v1.2.3