 
            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.