On Thu Nov 16 02:50:31 2023 +0000, Fabian Maurer wrote:
changed this line in [version 4 of the diff](/wine/wine/-/merge_requests/4343/diffs?diff_id=83877&start_sha=ef9cf2c3f926b095eccf0fb16e2647d8d337c2d4#a07c248f9876b034937c83f343dfeb8c7ad4de9f_561_561)
You mean that Windows 10 returns E_INVALIDARG, right? To clarify what returns what, instead of putting a comment at the end of the line, could you please write `ok(result == HRESULT_FROM_WIN32(ERROR_INVALID_NAME) /* win7 */ || result == E_INVALIDARG /* win10 */, ...`?