Instead of https://gitlab.winehq.org/wine/wine/-/merge_requests/1311, which will need to be updated according to pass the new tests.
--
v2: wmvcore/tests: Test changing compressed samples dynamically.
wmvcore/tests: Test user time granularity and delivered pts.
wmvcore/tests: Track and check last and next output pts.
wmvcore/tests: Test OnTime callback events synchronously.
wmvcore/tests: Fix OnStreamSample stream number checks.
wmvcore/tests: Test that a unique read thread is involved.
wmvcore: Move async reader from winegstreamer/wm_asyncreader.c.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1571
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.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1619