--
v3: wined3d: Use unsigned type for res_type bit field.
wined3d: Remove unused parallel_point_count variable.
wined3d: Use return type to return result from read_dword.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4151
--
v7: user32: Pass real argument to NtUserGetClassName in RealGetWindowClass{A/W}.
win32u: Add support for retrieving real window class ID across processes.
user32: Set real window class ID for user32 static controls.
win32u/tests: Add a test for real window class name retrieval.
comctl32/tests: Add tests for RealGetWindowClass.
user32/tests: Add tests for RealGetWindowClass.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4092