--
v4: vkd3d: Pass an offset and size to d3d12_heap_unmap() in d3d12_resource_WriteToSubresource().
vkd3d: Call vkFlushMappedMemoryRanges() when a heap remains mapped after an unmapping request.
vkd3d: Pass an offset and size to d3d12_heap_map() in d3d12_resource_ReadFromSubresource().
vkd3d: Call vkInvalidateMappedMemoryRanges() when a mapping is requested on a mapped heap.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/126
Log: The flag that bNoItemMetrics should be reset to TRUE after
calling LISTVIEW_DeleteAllItems().
Signed-off-by: Zhao Yi <zhaoyi(a)uniontech.com>
--
v3: comctl32: Fix the problem that listview cannot display all files.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2413