On Wed Jan 29 05:11:09 2025 +0000, Eugene McArdle wrote:
changed this line in [version 8 of the diff](/wine/wine/-/merge_requests/6904/diffs?diff_id=154680&start_sha=71a97a7ac32cc5aec09fac83588038348c80ca20#51bc191c8a1fc172f9ad299dd009ef2d24dfa043_1600_1600)
This was actually an edge case I discovered when adding tests using fresh handles with NULL and empty masks. Under Windows, using a fresh handle with an empty mask will produce STATUS_SUCCESS, but under Wine it fails. The tests added on lines 1201 and 1202 will both fail under Wine if this condition is removed.