2 Jul
2023
2 Jul
'23
6:37 a.m.
On Sun Jul 2 02:56:41 2023 +0000, Davide Beatrici wrote:
Using `GUID_NULL` results in a plethora of linker redefinitions. Same as https://gitlab.winehq.org/wine/wine/-/merge_requests/2636#note_29807. I believe it happens because: - We're linking to `uuid`. - `devenum.c` is including `<initguid.h>`. I think you can work around these issues, by strategically placing `<guiddef.h>`.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3218#note_37550