--
v2: winspool: Use providor for WritePrinter implementation.
winspool: Use providor for print jobs implementation.
localspl: Fix error handling in ScheduleJob.
localspl: Return error if cups port handle is used from different threads.
localspl: Add cups port extension.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1608
--
v3: mfplay/tests: Add MF_SD_LANGUAGE and MF_SD_STREAM_NAME value tests.
winegstreamer: Extract stream name from QT demuxer private data.
winegstreamer: Query stream tags and set MF_SD_LANGUAGE attribute.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1542
Required by Super Arcade Racing.
GetPointerInfo() can only succeed if WM_POINTER message are received, which can happen if there is a pointer device or EnableMouseInPointer(TRUE) is called. We don't currently send any WM_POINTER messages (and EnableMouseInPointer is a stub), so I hope adding a always failing stub won't break anything.
--
v2: user32: Add stub for GetPointerInfo().
https://gitlab.winehq.org/wine/wine/-/merge_requests/1619