[Bug 21434] append file example works on Vista but not in wine.

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 20 11:25:16 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=21434

timur at linkbit.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timur at linkbit.com

--- Comment #4 from timur at 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;

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list