On Wed May 14 15:30:15 2025 +0000, Mohamad Al-Jaf wrote:
Thanks, updated the comment. It was originally `!defined(_WIN32)`. That's the HRESULT I got in my Windows 10 22H2 VM. It looks like an issue with the native implementation and seems to be fixed in Windows 11. https://testbot.winehq.org/JobDetails.pl?Key=158268&f133=exe64.report#k1...
In that case, use `hr == E_POINTER || broken(hr == 0x80000005) /* win10 22h2 */`.