http://bugs.winehq.org/show_bug.cgi?id=21434
timur@linkbit.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |timur@linkbit.com
--- Comment #4 from timur@linkbit.com 2012-11-20 11:25:16 CST --- IMHO, the error is in server_get_unix_fd(), which out FILE_APPEND_DATA:
int server_get_unix_fd( HANDLE handle, unsigned int wanted_access, int *unix_fd, int *needs_close, enum server_fd_type *type, unsigned int *options ) { ... wanted_access &= FILE_READ_DATA | FILE_WRITE_DATA;