Remove WIN32 conditional compilation from win32common.c

Tristan Partin <tristan@neon.tech>

From: "Tristan Partin" <tristan@neon.tech>
To: "pgsql-hackers" <pgsql-hackers@postgresql.org>
Date: 2023-12-05T18:37:44Z
Lists: pgsql-hackers

Attachments

The file is only referenced in Meson and MSVC scripts from what I can 
tell, and the Meson reference is protected by a Windows check.

-- 
Tristan Partin
Neon (https://neon.tech)

Commits

  1. Remove "#ifdef WIN32" guards from src/port/win32*.c