A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Cameron Gutman c5a8c1281c - Fix several cancellation and socket shutdown issues:
- Don't call DestroySocket if FCB->State == SOCKET_STATE_CLOSED because the FCB is already being destroyed (Irp->Cancel checks hid this bug)
 - Remove the Irp->Cancel checks (hacks)
 - Only return early if we can't cancel an IRP
 - Add an FCB->State check in StreamSocketConnectComplete
 - Store the failure status in the IRP

svn path=/trunk/; revision=40200
2009-03-24 02:01:46 +00:00
irc
reactos - Fix several cancellation and socket shutdown issues: 2009-03-24 02:01:46 +00:00
rosapps - Fix instructions (I should've read the howto more closely) 2009-03-11 21:24:50 +00:00
rostests - Add a bunch of tests for NtGdiDeleteObjectApp 2009-03-24 01:25:03 +00:00
wallpaper