From b164023cca3f29c5eb371a8a0757c98ae4683ae4 Mon Sep 17 00:00:00 2001 From: Steven McCoy Date: Sun, 12 Jun 2011 19:37:11 +0200 Subject: Fix scope on Windows includes. Fix windows.h included before winsock2.h. Remove definition of _WINSOCKAPI_. Signed-off-by: Steven McCoy --- src/select.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select.cpp') diff --git a/src/select.cpp b/src/select.cpp index 35d8bd8..891bde1 100644 --- a/src/select.cpp +++ b/src/select.cpp @@ -24,7 +24,7 @@ #include #ifdef ZMQ_HAVE_WINDOWS -#include "winsock2.h" +#include #elif defined ZMQ_HAVE_HPUX #include #include -- cgit v1.2.3