23 Mar
2010
23 Mar
'10
7:56 p.m.
On 03/22/2010 07:56 PM, Mike Kaplinskiy wrote:
+ + bret = GetOverlappedResult((HANDLE)dest,&ov,&bytesReturned, FALSE); + todo_wine ok(!bret&& GetLastError() == ERROR_NETNAME_DELETED, "Did not get disconnect event: %d, error %d\n", bret, GetLastError());
Hi Mike, This one fails on Win98 and WinMe with what appears just a different last error: http://test.winehq.org/data/tests/ws2_32:sock.html Could you have a look? Maybe it also makes sense to add a SetLastError(0xdeadbeef) before the actual call as we are testing the last error afterwards. That way we are sure that the last error is indeed set to the expected. -- Cheers, Paul.