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