Module: wine Branch: master Commit: 9a5b854e2b0ef80eb9a5d269d2d9ecd6778f7f49 URL: https://gitlab.winehq.org/wine/wine/-/commit/9a5b854e2b0ef80eb9a5d269d2d9ecd...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Oct 29 11:42:13 2023 -0600
d3d9: Use CRT allocation functions.
---
dlls/d3d9/buffer.c | 4 +-- dlls/d3d9/d3d9_main.c | 8 ++--- dlls/d3d9/d3d9_private.h | 1 - dlls/d3d9/device.c | 80 ++++++++++++++++++------------------------- dlls/d3d9/directx.c | 14 ++++---- dlls/d3d9/query.c | 2 +- dlls/d3d9/shader.c | 4 +-- dlls/d3d9/stateblock.c | 2 +- dlls/d3d9/surface.c | 4 +-- dlls/d3d9/swapchain.c | 6 ++-- dlls/d3d9/texture.c | 2 +- dlls/d3d9/vertexdeclaration.c | 22 ++++++------ dlls/d3d9/volume.c | 2 +- 13 files changed, 68 insertions(+), 83 deletions(-)