ntdll: Reimplement NtReadFile.
authorAlexandre Julliard <julliard@winehq.org>
Fri, 6 Apr 2007 14:05:53 +0000 (16:05 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 6 Apr 2007 14:05:53 +0000 (16:05 +0200)
commit539d5863e6fae78943fe59a60b151433126a9481
tree803f5f1789c67d019e45f7c54db26572b13bd7c8
parent56852a5eac44213258f46dc4f4fe4e38d58a560c
ntdll: Reimplement NtReadFile.

Always try a read() before queuing an async I/O.
Handle timeout waits for synchronous I/O entirely on the client side.
Queue the final APC as a proper user APC.
dlls/ntdll/file.c