Module: wine Branch: master Commit: 1a4cbba795c09e421a89d852ed2b68f5e48012b4 URL: https://gitlab.winehq.org/wine/wine/-/commit/1a4cbba795c09e421a89d852ed2b68f...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Jun 7 15:24:35 2024 +0200
winevulkan: Remove some unnecessary casts.
Later, for void pointers, the casts would be (const PTR32 *) and fail to assign.
---
dlls/winevulkan/make_vulkan | 6 +- dlls/winevulkan/vulkan_thunks.c | 438 ++++++++++++++++++++-------------------- 2 files changed, 223 insertions(+), 221 deletions(-)