--
v7: server: Handle destination file replaced by a directory after trying
server: Avoid fstat when comparing inode/device for renaming.
server: Handle hardlinks and casefolding when renaming the same file.
kernel32/tests: Test renaming a file into a hardlink of itself.
kernel32/tests: Use FindClose instead of CloseHandle when closing
https://gitlab.winehq.org/wine/wine/-/merge_requests/6855
This MR adds an initial implementation of the winsock `WSALookupsService*` methods for performing Bluetooth device discovery (`LUP_CONTAINERS`).
Pending !7472, the code will also eventually support performing device inquiry scans.
--
v7: ws2_32: Implement WSALookupServiceNext for Bluetooth device discovery.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7542