Module: wine Branch: master Commit: 9ba4c10035e780cdef14f4359fa55bd1782cdd0a URL: https://gitlab.winehq.org/wine/wine/-/commit/9ba4c10035e780cdef14f4359fa55bd...
Author: Alex Henrie alexhenrie24@gmail.com Date: Tue Nov 21 17:50:21 2023 -0700
d3dcompiler_43: Use CRT allocation functions.
---
dlls/d3dcompiler_43/asmparser.c | 26 +++---- dlls/d3dcompiler_43/asmshader.y | 8 +-- dlls/d3dcompiler_43/blob.c | 18 ++--- dlls/d3dcompiler_43/bytecodewriter.c | 77 +++++++++++---------- dlls/d3dcompiler_43/compiler.c | 24 +++---- dlls/d3dcompiler_43/d3dcompiler_private.h | 18 ----- dlls/d3dcompiler_43/reflection.c | 109 +++++++++++++----------------- dlls/d3dcompiler_43/utils.c | 4 +- 8 files changed, 125 insertions(+), 159 deletions(-)