Module: wine Branch: master Commit: 718118f3afc98446544d4040d0c976c9b411fa98 URL: https://gitlab.winehq.org/wine/wine/-/commit/718118f3afc98446544d4040d0c976c...
Author: Eric Pouech eric.pouech@gmail.com Date: Fri Nov 25 10:19:08 2022 +0100
wined3d: Set flag types to uint32_t (internal definitions).
(no longer using long types)
Signed-off-by: Eric Pouech eric.pouech@gmail.com
---
dlls/wined3d/arb_program_shader.c | 2 +- dlls/wined3d/context_gl.c | 2 +- dlls/wined3d/cs.c | 14 +++++++------- dlls/wined3d/device.c | 2 +- dlls/wined3d/directx.c | 2 +- dlls/wined3d/glsl_shader.c | 4 ++-- dlls/wined3d/palette.c | 2 +- dlls/wined3d/query.c | 26 +++++++++++++------------- dlls/wined3d/shader.c | 2 +- dlls/wined3d/stateblock.c | 2 +- dlls/wined3d/surface.c | 8 ++++---- dlls/wined3d/swapchain.c | 4 ++-- dlls/wined3d/texture.c | 10 +++++----- dlls/wined3d/wined3d_private.h | 32 ++++++++++++++++---------------- 14 files changed, 56 insertions(+), 56 deletions(-)