mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page.
This commit is contained in:
parent
b85a965f5f
commit
c713683fd7
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user