On 11.11.25 06:11, kenji uno wrote:
I'm going to build psqlODBC (Arm64X binaries) for use with Windows 11 on Arm.

The problem is that the `msvc_gendef.pl <http://msvc_gendef.pl>` generates the wrong `postgres.def` for aarch64 (Windows).

Currently, for aarch64, the preceding underscore is removed like for x86.
However, the expected functionality for aarch64 is the same as for x64: keep the preceding underscore.

Here is a long-running thread about supporting Windows/MSVC on Arm: https://www.postgresql.org/message-id/flat/CAFPTBD-74%2BAEuN9n7caJ0YUnW5A0r-KBX8rYoEJWqFPgLKpzdg%40mail.gmail.com

The patch you sent is part of the overall patch set being discussed there but it is not sufficient by itself.


Reply via email to