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 52ea290 commit 213bd06Copy full SHA for 213bd06
src/tools/pginclude/cpluspluscheck
@@ -71,6 +71,7 @@ do
71
72
# Additional Windows-specific headers.
73
test "$f" = src/include/port/win32_port.h && continue
74
+ test "$f" = src/include/port/win32/netdb.h && continue
75
test "$f" = src/include/port/win32/sys/resource.h && continue
76
test "$f" = src/include/port/win32/sys/socket.h && continue
77
test "$f" = src/include/port/win32_msvc/dirent.h && continue
src/tools/pginclude/headerscheck
@@ -67,6 +67,7 @@ do
67
68
69
70
test "$f" = src/include/port/win32_msvc/utime.h && continue
0 commit comments