Module: wine Branch: master Commit: a70e3059c66a375d6757af4ec60a4b2e11896be5 URL: https://gitlab.winehq.org/wine/wine/-/commit/a70e3059c66a375d6757af4ec60a4b2...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Oct 29 10:28:54 2023 -0600
d3d8: Use CRT allocation functions.
---
dlls/d3d8/buffer.c | 4 +-- dlls/d3d8/d3d8_main.c | 8 +++--- dlls/d3d8/d3d8_private.h | 1 - dlls/d3d8/device.c | 64 +++++++++++++++++++++---------------------- dlls/d3d8/directx.c | 10 +++---- dlls/d3d8/shader.c | 8 +++--- dlls/d3d8/surface.c | 4 +-- dlls/d3d8/swapchain.c | 6 ++-- dlls/d3d8/texture.c | 2 +- dlls/d3d8/vertexdeclaration.c | 14 +++++----- dlls/d3d8/volume.c | 2 +- 11 files changed, 61 insertions(+), 62 deletions(-)