dmsynth: Correctly handle internal connections with controls.
[wine.git] / dlls / geolocation / private.h
bloba188b5dacf3b917dd7ba8b9306ea434432ea3fe9
1 /* WinRT Windows.Devices.Geolocation.Geolocator Implementation
3 * Copyright 2023 Fabian Maurer
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 #ifndef __WINE_GEOLOCATION_PRIVATE_H
21 #define __WINE_GEOLOCATION_PRIVATE_H
23 #include <stdarg.h>
25 #define COBJMACROS
26 #include "windef.h"
27 #include "winbase.h"
28 #include "winstring.h"
30 #include "activation.h"
31 #include "weakreference.h"
33 #define WIDL_using_Windows_Foundation
34 #define WIDL_using_Windows_Foundation_Collections
35 #include "windows.foundation.h"
36 #define WIDL_using_Windows_Devices_Geolocation
37 #include "windows.devices.geolocation.h"
39 #endif