On 27-Jan-2011, Benjamin Lindner wrote: | So currently, it would require unistd.h to be either included twice, | or be included before winsock2.h to work properly.
I think it would be OK if we had to include unistd.h before winsock2.h. However, I did not know that was a requirement. If it is the intended way to do things, would it be possible to force an error if the order is wrong? jwe