Module: wine Branch: master Commit: f9305432c80d088bb87e1ea25fedfdb950fcd3ca URL: https://gitlab.winehq.org/wine/wine/-/commit/f9305432c80d088bb87e1ea25fedfdb...
Author: Mohamad Al-Jaf mohamadaljaf@gmail.com Date: Thu Mar 23 03:14:57 2023 -0400
windows.devices.bluetooth: Add stub DLL.
---
configure | 3 + configure.ac | 2 + dlls/windows.devices.bluetooth/Makefile.in | 9 ++ dlls/windows.devices.bluetooth/bluetoothadapter.c | 116 +++++++++++++++++++++ dlls/windows.devices.bluetooth/classes.idl | 23 ++++ dlls/windows.devices.bluetooth/main.c | 55 ++++++++++ dlls/windows.devices.bluetooth/private.h | 40 +++++++ dlls/windows.devices.bluetooth/tests/Makefile.in | 5 + dlls/windows.devices.bluetooth/tests/bluetooth.c | 87 ++++++++++++++++ .../windows.devices.bluetooth.spec | 3 + 10 files changed, 343 insertions(+)