When `FindFirstFileA` is called with `<path>/<file>/*` (where file is expected to be a directory), Windows uses the `ERROR_DIRECTORY` error.
This patch changes Wine's implementation to match Windows. This fixes a crash in Unity of Command II.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5737
A bunch of fixes and improvements related to Vulkan GPUs in win32u.
The first commit fixes a bug with enumeration of multiple GPUs, the next two are supposed to improve logging, the last one gets rid of unused variable.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5735
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