On Mon Sep 16 10:47:22 2024 +0000, Jacek Caban wrote:
I guess we could just drop `_ACRTIMP`. Ideally, we'd provide it in a static library on other CRTs too. Meantime, missing `_ACRTIMP` does not prevent linking to importlib, it just makes it slightly less efficient.
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...