1 Sep
2025
1 Sep
'25
5:27 a.m.
From: Rémi Bernon <rbernon(a)codeweavers.com> --- dlls/windows.devices.usb/classes.idl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dlls/windows.devices.usb/classes.idl b/dlls/windows.devices.usb/classes.idl index 2f614c5b8d2..93219981a98 100644 --- a/dlls/windows.devices.usb/classes.idl +++ b/dlls/windows.devices.usb/classes.idl @@ -19,5 +19,10 @@ */ #pragma makedep register +#pragma winrt ns_prefix -#include "windows.devices.usb.idl" +import "windows.devices.usb.idl"; + +namespace Windows.Devices.Usb { + runtimeclass UsbDevice; +} -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8864