[PATCH 2/2] ntdll: Fix NtFlushBuffersFile() for files with FILE_APPEND_DATA access.

Józef Kucia joseph.kucia at gmail.com
Fri Mar 3 11:11:54 CST 2017


On Fri, Mar 3, 2017 at 6:05 PM, Paul Gofman <gofmanp at gmail.com> wrote:
>     I just verified that server_get_unix_fd() returns success if to request
> FILE_APPEND_DATA for handles created with (read/)write access. I also
> checked that requesting FILE_APPEND_DATA gets no error if using it with a
> usb serial port. Is it anything bad to just use FILE_APPEND_DATA instead of
> FILE_WRITE_DATA in server_get_unix_fd()?

Does it work when you pass just FILE_WRITE_DATA to CreateFile()?



More information about the wine-devel mailing list