pgsql: Add missing include guard to win32ntdll.h. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Add missing include guard to win32ntdll.h.
Date
Msg-id E1n7Oad-0004Je-E8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/af9e6331aeba149c93052c3549140082a85a3cf9

Modified Files
--------------
src/include/port/win32ntdll.h      | 5 +++++
src/tools/pginclude/cpluspluscheck | 1 +
src/tools/pginclude/headerscheck   | 1 +
3 files changed, 7 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Check for STATUS_DELETE_PENDING on Windows.
Next
From: Thomas Munro
Date:
Subject: Re: pgsql: Check for STATUS_DELETE_PENDING on Windows.