https://bugs.winehq.org/show_bug.cgi?id=53239
--- Comment #1 from François Gouget fgouget@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);