This MR accomplishes two things:
1. It removes unused obsolete tests for Windows XP or earlier.
2. It synchronizes RtlUniform so that it matches that of Windows Vista or later.
--
v3: ntdll: Fix integer overflow in RtlUniform.
ntdll/tests: Update test_RtlUniform to match Windows Vista or later.
https://gitlab.winehq.org/wine/wine/-/merge_requests/821
This MR accomplishes two things:
1. It removes unused obsolete tests for Windows XP or earlier.
2. It synchronizes RtlUniform so that it matches that of Windows Vista or later.
--
v2: ntdll: Fix integer overflow in RtlUniform.
https://gitlab.winehq.org/wine/wine/-/merge_requests/821
This MR accomplishes two things:
1. It removes unused obsolete tests for Windows XP or earlier.
2. It synchronizes RtlUniform so that it matches that of Windows Vista or later.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/821
On Thu Sep 8 22:31:20 2022 +0000, Etaash Mathamsetty wrote:
> yeah I have had the same issue numerous times, it's really annoying, for
> the time being I would just squash the commits (that are built on top of
> upstream, not the upstream ones themselves), it usually fixes the problem
Interesting, I think julliard fixed it with the latest commits.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/810#note_8121
On Fri Sep 9 07:30:45 2022 +0000, Davide Beatrici wrote:
> This was supposed to remain `UINT32`, I got confused by the variable's name.
> `BOOL` is basically the same data type, but it should only be used for flags.
> `BOOLEAN` would be better for that though, as it's single-byte.
Fixed in !813.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/600#note_8092