[PATCH 04/10] ntdll: Implement internal aligned buffer for I/O with special devices

Guy Albertelli galberte at neo.rr.com
Thu Mar 19 22:57:26 CDT 2009


Implement secondary aligned buffer (512 byte boundary) for I/O to files that
are special devices (st_rdev != 0) and have FILE_NO_INTERMEDIATE_BUFFERING.
Support for both read and write.
Also trace translated unix file names during CreateFile.
---
 dlls/ntdll/file.c |  162 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 158 insertions(+), 4 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 7e3d7abe0359fdc27bc341a718a0da8353fc96dd.diff
Type: text/x-patch
Size: 9894 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090319/449101bf/attachment-0001.bin>


More information about the wine-patches mailing list