On Mon May 27 20:37:43 2024 +0000, Elizabeth Figura wrote:
> I'm not sure I see how? If a type is just declared in an import, and
> defined in the main IDL, then we still want to define it. I don't see
> how to distinguish those two cases.
Can this really happen? If that's the case then sure.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5724#note_71521
Linux getxattr returns ENODATA when the attribute doesn't exist, but macOS and FreeBSD both return ENOATTR in that case.
Avoids warnings like `0050:warn:file:get_file_info Failed to get extended attribute user.DOSATTRIB from "<..>/dosdevices/c:/windows/system32/rpcss.exe". errno 93 (Attribute not found)`
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5693