7 Oct
2025
7 Oct
'25
7:46 p.m.
On Tue Oct 7 18:15:40 2025 +0000, Alexandre Julliard wrote:
I'm afraid not all compilers support that kind of thing: ``` ../wine/dlls/windows.devices.enumeration/main.c:372:7: error: initializer element is not a compile-time constant make: *** [Makefile:191506: dlls/windows.devices.enumeration/main.o] Error 1 ``` (clang in this case). Oh well, changed to make `device_iface_default_props` a local constant in the functions its used.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9045#note_117886