16 Sep
2024
16 Sep
'24
12:39 p.m.
On Mon Sep 16 11:26:19 2024 +0000, Jacek Caban wrote:
Thinking some more about it, maybe it's fine to not support it on older CRTs. It would make `atexit` support easier and we don't need to care that much about them... I'm not sure to understand what you mean and how this actually should be done. As far as I understand `atexit` is exported by msvcrt, so I expect it to be an actual import that doesn't do the same as the ucrtbase-era `atexit` (ie: only works process-wide, not per-module) which is a symbol that would be provided by winecrt0?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5915#note_82287