May 12, 2026
4:45 p.m.
On Tue May 12 16:45:34 2026 +0000, Alexandre Julliard wrote:
Both FILE_UNIX_READ_ACCESS and FILE_UNIX_WRITE_ACCESS access are now open-coded in server. They were virtually unused and only obscured the behaviour of the code. As Jinoh predicted, the usage of write access flags is now inconsistent. I'm not sure this was an improvement. I removed the open-coding the of `FILE_UNIX_READ_ACCESS`/`FILE_UNIX_WRITE_ACCESS`, and instead removed attributes flags symmetrically from both.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8030#note_139599