On Wed Jan 21 21:16:28 2026 +0000, Alexandre Julliard wrote:
The more general argument is against adding unecessary complexity. We don't need to add a whole new crt static lib to import two trivial functions that can be easily inlined instead. Ok, I have updated the MR to inline initterm/initterm_e.
There must be complexity that comes with adding static libs I am not seeing. For me, this actually makes things simpler, because now there is a common place to host all fallback versions of functions (instead of having duplicates), and the linker will automatically resolve them on demand for us (instead of `#ifdef`s). And in the future if we ever need to add fallbacks again, we know where it should go. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9265#note_127686