On Thu Nov 16 04:36:56 2023 +0000, Alex Henrie wrote:
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 */, ...`?
Yeah, that's it. I pushed an update to make it clearer