From: Fabian Maurer <dark.shadow4(a)web.de> Signed-off-by: Fabian Maurer <dark.shadow4(a)web.de> --- include/bluetoothapis.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/bluetoothapis.h b/include/bluetoothapis.h index d3b5c941b7c..e50c572df1d 100644 --- a/include/bluetoothapis.h +++ b/include/bluetoothapis.h @@ -112,8 +112,6 @@ typedef BOOL (WINAPI *PFN_AUTHENTICATION_CALLBACK)(void *, PBLUETOOTH_DEVICE_INF #define BLUETOOTH_DEVICE_INFO BLUETOOTH_DEVICE_INFO_STRUCT -typedef BLUETOOTH_DEVICE_INFO *PBLUETOOTH_DEVICE_INFO; - typedef enum _BLUETOOTH_AUTHENTICATION_METHOD { BLUETOOTH_AUTHENTICATION_METHOD_LEGACY = 0x1, BLUETOOTH_AUTHENTICATION_METHOD_OOB, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3059