--
v2: dinput/tests: Add tests for mouse state tracking from pointer updates.
win32u: Update driver cursor position when it is changed by pointer.
win32u: Improve tracking mouse cursor based on pointer messages.
server: Merge WM_POINTERUPDATE messages.
server: Factor out queue_mouse_message_from_pointer().
server: Move find_pointer_from_id() up.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7530
If the read ProgID only has a CurVer key and no CLSID key, it will directly return CO_E_CCLASSSTRING, causing the program to fail to continue running.
Add CurVer key value ProgID.x recognition and read the CLSID key value of ProgID.x
--
v2: combase : clsid_from_string_reg() add read of CurVer key value.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7539
If the read ProgID only has a CurVer key and no CLSID key, it will directly return CO_E_CCLASSSTRING, causing the program to fail to continue running.
Add CurVer key value ProgID.x recognition and read the CLSID key value of ProgID.x
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7539