From: Rémi Bernon <rbernon(a)codeweavers.com> --- .../windows.system.profile.systemmanufacturers/classes.idl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dlls/windows.system.profile.systemmanufacturers/classes.idl b/dlls/windows.system.profile.systemmanufacturers/classes.idl index 6072a782222..30a84c8abf1 100644 --- a/dlls/windows.system.profile.systemmanufacturers/classes.idl +++ b/dlls/windows.system.profile.systemmanufacturers/classes.idl @@ -19,5 +19,10 @@ */ #pragma makedep register +#pragma winrt ns_prefix -#include "windows.system.profile.systemmanufacturers.idl" +import "windows.system.profile.systemmanufacturers.idl"; + +namespace Windows.System.Profile.SystemManufacturers { + runtimeclass SmbiosInformation; +} -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8853