]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add missing include guard to win32ntdll.h.
authorThomas Munro <tmunro@postgresql.org>
Tue, 11 Jan 2022 21:11:50 +0000 (10:11 +1300)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 7 Nov 2024 23:15:22 +0000 (09:45 +1030)
commit5c0b7581ba12bb01ebebce60583e3db6c0511057
tree76147ac536d1d8d3cbd98298623e909064576a2d
parent56b39cce778f93cd95a01df0da083e937424662d
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
(cherry picked from commit af9e6331aeba149c93052c3549140082a85a3cf9)

Author: Thomas Munro <tmunro@postgresql.org>
Author: Alexandra Wang <alexandra.wang.oss@gmail.com>
src/include/port/win32ntdll.h
src/tools/pginclude/cpluspluscheck
src/tools/pginclude/headerscheck