mirror of
https://github.com/postgres/postgres.git
synced 2025-08-15 14:02:29 +03:00
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
This commit is contained in:
@@ -75,6 +75,7 @@ do
|
||||
test "$f" = src/include/port/win32/sys/socket.h && continue
|
||||
test "$f" = src/include/port/win32_msvc/dirent.h && continue
|
||||
test "$f" = src/include/port/win32_msvc/utime.h && continue
|
||||
test "$f" = src/include/port/win32ntdll.h && continue
|
||||
test "$f" = src/port/pthread-win32.h && continue
|
||||
|
||||
# Likewise, these files are platform-specific, and the one
|
||||
|
Reference in New Issue
Block a user