On 14 June 2011 03:32, Martin Sustrik <[email protected]> wrote: > On 06/14/2011 03:11 AM, Steven McCoy wrote: > >> As lol, I've never even seen a NT 3.5 machine. This makes Mingw-w64 >> support significantly easier. >> > > +1 > > The piece of code was added on user request, but it's very unlikely it's > still functional. > > Let's drop it unless there's someone with NT3.4 box out there to test it. > > NT 3.5 support will require an external definition as if *winsock2.h* or * winsock.h* must be included before windows.h it is not possible to detect the Windows version. This also obsoletes the _WINSOCKAPI_ hack as shown in Microsoft examples and in* windows.hpp*:
#ifndef _WINSOCKAPI_ #define _WINSOCKAPI_ /* Prevent inclusion of winsock.h in windows.h */ #endif #include <windows.h> http://msdn.microsoft.com/en-us/library/dd430429 -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
