1 Sep
2025
1 Sep
'25
5:27 a.m.
From: Rémi Bernon <rbernon(a)codeweavers.com> --- dlls/geolocation/classes.idl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dlls/geolocation/classes.idl b/dlls/geolocation/classes.idl index 9a21dba5edc..60281519f6a 100644 --- a/dlls/geolocation/classes.idl +++ b/dlls/geolocation/classes.idl @@ -18,9 +18,10 @@ */ #pragma makedep register - -#ifdef __WIDL__ #pragma winrt ns_prefix -#endif -#include "windows.devices.geolocation.idl" +import "windows.devices.geolocation.idl"; + +namespace Windows.Devices.Geolocation { + runtimeclass Geolocator; +} -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8864