ntdll: Reimplement NtWriteFile.
commit55f3605c37f21f6cae6d22e6ecd8f1b5790d3a8a
authorAlexandre Julliard <julliard@winehq.org>
Fri, 6 Apr 2007 14:06:16 +0000 (6 16:06 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 6 Apr 2007 14:06:16 +0000 (6 16:06 +0200)
tree5c661a5108fa9b2b7aae71df6fabf58461ff1296
parent539d5863e6fae78943fe59a60b151433126a9481
ntdll: Reimplement NtWriteFile.

Always try a write() 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