Remove "#ifdef WIN32" guards from src/port/win32*.c
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 12 Feb 2024 09:57:45 +0000 (11:57 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 12 Feb 2024 09:57:45 +0000 (11:57 +0200)
commit09eb633e1baa3b7cd7929f3cc77f9c46f63c20b1
treec7b5b2729cd4bd98bee8876eff9126db46432097
parent9f35e42e7d59fb8716020a42c7b586f0d70a5101
Remove "#ifdef WIN32" guards from src/port/win32*.c

These files are only compiled on Windows, and most of them didn't have
"#ifdef WIN32" guards. Remove them from the few that did, for
consistency.

Author: Tristan Partin
Discussion: https://www.postgresql.org/message-id/CXGM9RYSXA2J.1DBO4MRXGZA9P@neon.tech
src/port/win32common.c
src/port/win32fseek.c
src/port/win32stat.c