Module: wine Branch: master Commit: f5ce9f63121950007b3ce0b8a6e81b88586047b4 URL: https://gitlab.winehq.org/wine/wine/-/commit/f5ce9f63121950007b3ce0b8a6e81b8...
Author: Zebediah Figura zfigura@codeweavers.com Date: Wed Nov 30 10:35:03 2022 -0600
wined3d: Use unsigned int for "refcount" variables.
---
dlls/wined3d/buffer.c | 4 ++-- dlls/wined3d/cs.c | 4 ++-- dlls/wined3d/device.c | 4 ++-- dlls/wined3d/directx.c | 4 ++-- dlls/wined3d/palette.c | 4 ++-- dlls/wined3d/query.c | 4 ++-- dlls/wined3d/sampler.c | 4 ++-- dlls/wined3d/shader.c | 4 ++-- dlls/wined3d/state.c | 12 ++++++------ dlls/wined3d/stateblock.c | 4 ++-- dlls/wined3d/swapchain.c | 4 ++-- dlls/wined3d/texture.c | 5 ++--- dlls/wined3d/vertexdeclaration.c | 4 ++-- dlls/wined3d/view.c | 12 ++++++------ 14 files changed, 36 insertions(+), 37 deletions(-)