28 May
2024
28 May
'24
8:29 p.m.
On Sun Mar 24 18:48:15 2024 +0000, Nikolay Sivov wrote:
I don't think it's enough, because of the SIZE_T fields in the structure. Let me elaborate:
`SIZE_T` fields depends on bitness. The Wow64 translation layer is responsible for translating **64-bit** structure returned by native syscall, to **32-bit** structure usable by the application. We don't run new-style wow64 tests on GitLab CI yet, but I think this MR will fail those if `QUOTA_LIMITS` indeed has `SIZE_T` fields (haven't checked). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5269#note_66241