Add missing include guard to win32ntdll.h.
authorThomas Munro <tmunro@postgresql.org>
Tue, 11 Jan 2022 21:11:50 +0000 (10:11 +1300)
committerThomas Munro <tmunro@postgresql.org>
Tue, 11 Jan 2022 21:19:00 +0000 (10:19 +1300)
commitaf9e6331aeba149c93052c3549140082a85a3cf9
treea2b2052e23c1d85180c577ee0b00d4d4fb61d150
parent6f6943fc94ada145c0af5f62f719abad73825e5b
Add missing include guard to win32ntdll.h.

Oversight in commit e2f0f8ed.  Also add this file to the exclusion lists
in headerscheck and cpluscpluscheck, because Unix systems don't have a
header it includes.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/2760528.1641929756%40sss.pgh.pa.us
src/include/port/win32ntdll.h
src/tools/pginclude/cpluspluscheck
src/tools/pginclude/headerscheck