6 Oct
2025
6 Oct
'25
1:32 p.m.
On Mon Oct 6 10:33:53 2025 +0000, Hans Leidekker wrote:
If you use sizeof(struct row_typedef) instead of hard coding 14 here you'll notice that the test will fail. It shows that the row structures should be packed. Oops, thanks! I'll also use `sizeof` expressions instead of hard-coding the row-size for the structures we're testing.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9094#note_117668