Commit 54e38a95 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

geolocation: Rename from windows.devices.geolocation.geolocator.

parent 26227450
......@@ -1141,6 +1141,7 @@ enable_gameux
enable_gamingtcui
enable_gdi32
enable_gdiplus
enable_geolocation
enable_glu32
enable_gphoto2_ds
enable_gpkcsp
......@@ -1457,7 +1458,6 @@ enable_wimgapi
enable_win32u
enable_windows_devices_bluetooth
enable_windows_devices_enumeration
enable_windows_devices_geolocation_geolocator
enable_windows_gaming_input
enable_windows_gaming_ui_gamebar
enable_windows_globalization
......@@ -21436,6 +21436,8 @@ wine_fn_config_makefile dlls/gdi32 enable_gdi32
wine_fn_config_makefile dlls/gdi32/tests enable_tests
wine_fn_config_makefile dlls/gdiplus enable_gdiplus
wine_fn_config_makefile dlls/gdiplus/tests enable_tests
wine_fn_config_makefile dlls/geolocation enable_geolocation
wine_fn_config_makefile dlls/geolocation/tests enable_tests
wine_fn_config_makefile dlls/glu32 enable_glu32
wine_fn_config_makefile dlls/gphoto2.ds enable_gphoto2_ds
wine_fn_config_makefile dlls/gpkcsp enable_gpkcsp
......@@ -21945,8 +21947,6 @@ wine_fn_config_makefile dlls/windows.devices.bluetooth enable_windows_devices_bl
wine_fn_config_makefile dlls/windows.devices.bluetooth/tests enable_tests
wine_fn_config_makefile dlls/windows.devices.enumeration enable_windows_devices_enumeration
wine_fn_config_makefile dlls/windows.devices.enumeration/tests enable_tests
wine_fn_config_makefile dlls/windows.devices.geolocation.geolocator enable_windows_devices_geolocation_geolocator
wine_fn_config_makefile dlls/windows.devices.geolocation.geolocator/tests enable_tests
wine_fn_config_makefile dlls/windows.gaming.input enable_windows_gaming_input
wine_fn_config_makefile dlls/windows.gaming.input/tests enable_tests
wine_fn_config_makefile dlls/windows.gaming.ui.gamebar enable_windows_gaming_ui_gamebar
......
......@@ -2631,6 +2631,8 @@ WINE_CONFIG_MAKEFILE(dlls/gdi32)
WINE_CONFIG_MAKEFILE(dlls/gdi32/tests)
WINE_CONFIG_MAKEFILE(dlls/gdiplus)
WINE_CONFIG_MAKEFILE(dlls/gdiplus/tests)
WINE_CONFIG_MAKEFILE(dlls/geolocation)
WINE_CONFIG_MAKEFILE(dlls/geolocation/tests)
WINE_CONFIG_MAKEFILE(dlls/glu32)
WINE_CONFIG_MAKEFILE(dlls/gphoto2.ds)
WINE_CONFIG_MAKEFILE(dlls/gpkcsp)
......@@ -3140,8 +3142,6 @@ WINE_CONFIG_MAKEFILE(dlls/windows.devices.bluetooth)
WINE_CONFIG_MAKEFILE(dlls/windows.devices.bluetooth/tests)
WINE_CONFIG_MAKEFILE(dlls/windows.devices.enumeration)
WINE_CONFIG_MAKEFILE(dlls/windows.devices.enumeration/tests)
WINE_CONFIG_MAKEFILE(dlls/windows.devices.geolocation.geolocator)
WINE_CONFIG_MAKEFILE(dlls/windows.devices.geolocation.geolocator/tests)
WINE_CONFIG_MAKEFILE(dlls/windows.gaming.input)
WINE_CONFIG_MAKEFILE(dlls/windows.gaming.input/tests)
WINE_CONFIG_MAKEFILE(dlls/windows.gaming.ui.gamebar)
......
MODULE = windows.devices.geolocation.geolocator.dll
MODULE = geolocation.dll
IMPORTS = combase uuid
C_SRCS = \
......
/* Runtime Classes for windows.devices.geolocation.geolocator.dll
/* Runtime Classes for geolocation.dll
*
* Copyright 2023 Fabian Maurer
*
......
......@@ -17,8 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __WINE_WINDOWS_DEVICES_GEOLOCATION_GEOLOCATOR_PRIVATE_H
#define __WINE_WINDOWS_DEVICES_GEOLOCATION_GEOLOCATOR_PRIVATE_H
#ifndef __WINE_GEOLOCATION_PRIVATE_H
#define __WINE_GEOLOCATION_PRIVATE_H
#include <stdarg.h>
......
TESTDLL = windows.devices.geolocation.geolocator.dll
TESTDLL = geolocation.dll
IMPORTS = combase uuid
C_SRCS = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment