On Mon Mar 9 10:47:34 2026 +0000, Martin Storsjö wrote:
How does this change work, with respect to the external ABI of the DLLs? I see that msvcrt already exports e.g. `??_U@YAPEAX_K@Z` based on the implementation in `operator_new`, providing the MSVC C++ ABI interface, regardless of the build mode of the wine source. But if I understand this correctly, for vcruntime140, the operator new symbols are always linked statically - and this implementation matches the C++ ABI mode (mingw or msvc) of the PE build, suitable for static linking into the other PE build DLLs, but not visible on the external ABI surfaces. Is that the correct understanding? :-) The plan is to only support MSVC mode for C++ Winelib builds. Mingw mode is already handled by Mingw.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10273#note_131577