Re: [PATCH v32 0/1] MR5752: msvcrt: [PR53960] Fix ucrt has different struct layout than msvcrt
5 Jun
2024
5 Jun
'24
1:02 p.m.
On Wed Jun 5 13:02:30 2024 +0000, cqwrteur wrote:
It is not. The problem is that ucrt can be statically linked from Microsoft UCRT static ucrt can be put back to FILE* in dynamic linking. And fast_io library is exploiting that to gain huge performance. The `ok(ptrold + cntold == file->_ptr + file->_cnt, ...);` test is redundant. You're testing `ptrold` and `cntold` values in earlier tests.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5752#note_72454
638
Age (days ago)
638
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban (@piotr)