(sys/socket.h) [_WIN32]: Improve the comment to explain the include order

dependencies.
This commit is contained in:
Ron Koenderink 2007-08-30 01:20:59 +00:00
parent 68fd5e0c89
commit a7f716b9bc

View file

@ -51,7 +51,7 @@
#include <stdio.h>
#include <stdarg.h>
/*
* Need to include winsock2.h for ws2tcpip.h.
* Need to include winsock2.h before ws2tcpip.h.
* Use sys/socket.h to ensure the #undef NS_ALL
* is not missed after including winsock2.h.
*/