--
v2: uiautomationcore: Use EVENT_OBJECT_SHOW to advise providers of events being listened for in the COM API.
uiautomationcore: Separate checking if a node is within the scope of a registered event from event invocation.
uiautomationcore: Add support for passing WinEvents to a custom callback function.
uiautomationcore/tests: Add tests for COM event handler event advisement.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4005
--
v2: msvfw32: Use the debugstr_fourcc function instead of reimplementing it.
mscms: Use the debugstr_fourcc function instead of reimplementing it.
mciavi32: Use the debugstr_fourcc function instead of reimplementing it.
ddraw: Use the debugstr_fourcc function instead of reimplementing it.
comctl32: Use the debugstr_fourcc function instead of reimplementing it.
include: Introduce wine_dbgstr_fourcc and debugstr_fourcc.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3994