Module: wine Branch: master Commit: 7fb18d59a67c9ab985f3a7b69a0b25dd4183c16d URL: https://gitlab.winehq.org/wine/wine/-/commit/7fb18d59a67c9ab985f3a7b69a0b25d...
Author: Fabian Maurer dark.shadow4@web.de Date: Wed Jun 28 21:19:25 2023 +0200
windows.devices.geolocation.geolocator: Add stub dll.
---
configure | 3 + configure.ac | 2 + .../Makefile.in | 7 ++ .../classes.idl | 26 ++++ dlls/windows.devices.geolocation.geolocator/main.c | 139 +++++++++++++++++++++ .../private.h | 38 ++++++ .../tests/Makefile.in | 5 + .../tests/geolocator.c | 87 +++++++++++++ .../windows.devices.geolocation.geolocator.spec | 3 + 9 files changed, 310 insertions(+)