--
v3: ir50_32: Suggest 24-bit RGB.
ir50_32: Return ICERR_OK from ICM_DECOMPRESS_END.
ir50_32: Do not handle a NULL input pointer in ICM_DECOMPRESS_GET_FORMAT.
ir50_32: Use case-insensitive comparison for the compression fourcc.
ir50_32/tests: Move compression and decompression tests from mf:transform.
ir50_32/tests: Add tests.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8280
RevokeDragDrop release the drop target, if that happens to be the shell view
itself, doing so will cause pThis to be freed.
* * *
I am not 100% sure if the call order does indeed not matter...
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8318
FileRenameInfoEx is already handled by NtSetInformationFile, SetFileInformationByHandle need only pass it through correctly.
As of version 5.3, Apple's Metal Developer Tools are dependent on SetFileInformationByHandle to handle FileRenameInfoEx in this fashion.
--
v2: kernelbase: pass FileRenameInfoEx to NtSetInformationFile
kernel32/tests: SetFileInfo should accept FileRenameInfoEx
https://gitlab.winehq.org/wine/wine/-/merge_requests/8293