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?