diff --git a/include/zmq.h b/include/zmq.h index 419ef26b03..9ef298edb7 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -57,21 +57,6 @@ extern "C" { #endif #include #include -#if defined _WIN32 -// Set target version to Windows Server 2008, Windows Vista or higher. -// Windows XP (0x0501) is supported but without client & server socket types. -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0600 -#endif - -#ifdef __MINGW32__ -// Require Windows XP or higher with MinGW for getaddrinfo(). -#if (_WIN32_WINNT >= 0x0501) -#else -#error You need at least Windows XP target -#endif -#endif -#endif /* Handle DSO symbol visibility */ #if defined _WIN32