On Mon Sep 16 11:30:30 2024 +0000, Jacek Caban wrote:
In this case, using `__attribute__((noreturn))` should be just fine, so I don't think we need to change that at all.
Well this one maybe, but there are others. DECLSPEC_UUID requires _MSC_VER >= 1100, should we drop that condition altogether? What about later, for instance (taking one without alternatives) DECLSPEC_ADDRSAFE which has a different version requirement?