From: Rémi Bernon <rbernon(a)codeweavers.com> --- dlls/windows.perception.stub/classes.idl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dlls/windows.perception.stub/classes.idl b/dlls/windows.perception.stub/classes.idl index cf5d6c1ee34..e79c20c715b 100644 --- a/dlls/windows.perception.stub/classes.idl +++ b/dlls/windows.perception.stub/classes.idl @@ -19,6 +19,14 @@ */ #pragma makedep register +#pragma winrt ns_prefix -#include "windows.perception.spatial.surfaces.idl" -#include "windows.graphics.holographic.idl" +import "windows.perception.spatial.surfaces.idl"; +import "windows.graphics.holographic.idl"; + +namespace Windows.Perception.Spatial.Surfaces { + runtimeclass SpatialSurfaceObserver; +} +namespace Windows.Graphics.Holographic { + runtimeclass HolographicSpace; +} -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8876