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.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select.hpp') diff --git a/src/select.hpp b/src/select.hpp index c88dd71..17ebd3f 100644 --- a/src/select.hpp +++ b/src/select.hpp @@ -27,7 +27,7 @@ #include #ifdef ZMQ_HAVE_WINDOWS -#include "winsock2.h" +#include #elif defined ZMQ_HAVE_OPENVMS #include #include -- cgit v1.2.3