--
v2: comctl32: Implement OBJID_QUERYCLASSNAMEIDX for progress bars.
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for toolbars.
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for status controls.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8443
If get_io_timeouts sets the interval timeout to 0, it means that the
read should return immediately even if there is no data. If
get_io_timeouts sets the interval timeout to -1, it means that the read
operation should wait indefinitely for the next byte. In either case,
the interval timer is not used, so there's no need to worry about
forgetting to start it, and the delay in returning data was causing a
problem in Ti99Hdx.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42882
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8454
These are the first steps towards code sharing, finally :)
Patch 4 is a bit big, but it's just copying code from various source files into a single source file. I can attempt to split if if that's preferable for review purposes.
--
v2: d3dx10: Use shared d3dx code in get_image_info when possible.
d3dx9: Move functions intended for code sharing into a separate source file.
d3dx9: Introduce d3dx_image_file_format enumeration.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8490
These are the first steps towards code sharing, finally :)
Patch 4 is a bit big, but it's just copying code from various source files into a single source file. I can attempt to split if if that's preferable for review purposes.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8490