4 Jul
2023
4 Jul
'23
12:41 a.m.
On Mon Jul 3 10:00:31 2023 +0000, Rémi Bernon wrote:
Nitpick but you could probably already add: ``` [contract(Windows.Foundation.UniversalApiContract, 6.0)] interface Windows.Devices.Bluetooth.IBluetoothAdapter2; [contract(Windows.Foundation.UniversalApiContract, 10.0)] interface Windows.Devices.Bluetooth.IBluetoothAdapter3; ``` So that the class definition is complete. It doesn't even need forward declarations but you can add them too if you want, just not the interface definitions. Sure, added.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3220#note_37731