3 Aug
2022
3 Aug
'22
6:16 p.m.
https://bugs.winehq.org/show_bug.cgi?id=53239 --- Comment #1 from François Gouget <fgouget(a)codeweavers.com> --- This can also result in an invalid lastAsyncHandle (or async2?) value: client.c:324: Test failed: got 0x00000003 or client.c:754: Test failed: got 0x00000003 The trace is actually strange: clearly it's lastAsyncHandle which is being tested but the ok() test uses async2 for the 'got' value: todo_wine ok(lastAsyncHandle == async2, "got 0x%08lx\n", async2); -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.