7 Jun
2025
7 Jun
'25
1:08 p.m.
On Fri Jun 6 09:46:24 2025 +0000, Rémi Bernon wrote:
```suggestion:-0+0
static(Windows.Devices.Bluetooth.Rfcomm.IRfcommDeviceServiceStatics, Windows.Foundation.UniversalApiContract, 1.0),
static(Windows.Devices.Bluetooth.Rfcomm.IRfcommDeviceServiceStatics2, Windows.Foundation.UniversalApiContract, 3.0), ``` With the proper forward declaration for the interface above, you don't need to define it if you don't intend to implement it.
Ah, I thought the entire interface needed to be defined. Fixed, thanks. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8206#note_105770