From: Rémi Bernon <rbernon(a)codeweavers.com> --- dlls/windows.devices.enumeration/classes.idl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dlls/windows.devices.enumeration/classes.idl b/dlls/windows.devices.enumeration/classes.idl index 8d13d9bbef7..5e36e5fc356 100644 --- a/dlls/windows.devices.enumeration/classes.idl +++ b/dlls/windows.devices.enumeration/classes.idl @@ -19,5 +19,11 @@ */ #pragma makedep register +#pragma winrt ns_prefix -#include "windows.devices.enumeration.idl" +import "windows.devices.enumeration.idl"; + +namespace Windows.Devices.Enumeration { + runtimeclass DeviceInformation; + runtimeclass DeviceAccessInformation; +} -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8864