Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page.

This commit is contained in:
Tom Lane 2006-07-11 14:25:09 +00:00
parent b85a965f5f
commit c713683fd7

View File

@ -5,8 +5,8 @@
* *
* Note: Don't include <wingdi.h> directly. It causes compile errors. * Note: Don't include <wingdi.h> directly. It causes compile errors.
*/ */
#include <ws2tcpip.h>
#include <winsock2.h> #include <winsock2.h>
#include <ws2tcpip.h>
#undef ERROR #undef ERROR
#undef small #undef small