From: Rémi Bernon rbernon@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; +}