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
- v1-0001-Remove-WIN32-conditional-compilation-from-win32co.patch (text/x-patch) patch v1-0001
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
-
Remove "#ifdef WIN32" guards from src/port/win32*.c
- 09eb633e1baa 17.0 landed