We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2492fe4 commit f340f97Copy full SHA for f340f97
src/backend/libpq/pqcomm.c
@@ -69,7 +69,7 @@
69
#include <netinet/in.h>
70
#include <netinet/tcp.h>
71
#include <utime.h>
72
-#ifdef _MSC_VER /* mstcpip.h is missing on mingw */
+#ifdef WIN32
73
#include <mstcpip.h>
74
#endif
75
src/interfaces/libpq/fe-connect.c
@@ -44,9 +44,7 @@
44
45
#define near
46
#include <shlobj.h>
47
48
49
-#endif
50
#else
51
#include <sys/socket.h>
52
#include <netdb.h>
0 commit comments