Office 2016/365 has started calling user32.2705 and crashing since it was added in 6e5f547a3907e6fdacf2de7debf9b22abfdaa14d.
--
v2: user32: Forward ordinal 2705 to NtUserIsChildWindowDpiMessageEnabled.
win32u: Add a stub for NtUserIsChildWindowDpiMessageEnabled.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7581
Required for implementation correctness check in certain protection software.
Thanks to mkrsym1 <mkrsym1(a)gmail.com> for the patch!
--
v2: ntdll: Write ret_len before checking length in ThreadHideFromDebugger
https://gitlab.winehq.org/wine/wine/-/merge_requests/7579
--
v8: 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