May 12, 2026
5:21 p.m.
From: Joel Holdsworth <joel@airwebreathe.org.uk> --- server/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/file.h b/server/file.h index b77cffbb442..12e9158a0a4 100644 --- a/server/file.h +++ b/server/file.h @@ -294,7 +294,7 @@ static inline int async_queued( struct async_queue *queue ) /* access rights that require Unix read permission */ -#define FILE_UNIX_READ_ACCESS (FILE_READ_DATA|FILE_READ_ATTRIBUTES|FILE_READ_EA) +#define FILE_UNIX_READ_ACCESS (FILE_READ_DATA) /* access rights that require Unix write permission */ #define FILE_UNIX_WRITE_ACCESS (FILE_WRITE_DATA|FILE_APPEND_DATA) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8030