On Sun May 4 23:35:24 2025 +0000, Alfred Agrell wrote:
Isn't the struct still 12 bytes with this change, due to padding? I don't know if that mismatch causes any trouble, but it's worth asking about, at least.
`sizeof(MSVCRT__LDOUBLE)` will still be 12 bytes due to trailing padding, but we wouldn't be reading or writing the last 2 bytes anymore, so it's fine.