4 May
2025
4 May
'25
11:40 p.m.
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7961#note_102483