7 Jan
2026
7 Jan
'26
2:56 p.m.
On Wed Jan 7 14:35:34 2026 +0000, Yuxuan Shui wrote:
hi, i made some adjustments. does that help? @jacek do you have thoughts on this? `corecrt_startup.h` defines `_initterm_e` as dllimport, but the fallback version is not in a implib, and lld-link complains:
``` lld-link: error: undefined symbol: __declspec(dllimport) _initterm_e
referenced by libwinecrt0.a(crt_dllmain.o):(DllMainCRTStartup) NOTE: a relevant symbol '_initterm_e' is available in dlls/winecrtend/x86_64-windows/libwinecrtend.a but cannot be used because it is not an import library.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/9265#note_126498