Module: wine Branch: master Commit: 9bc80fbf87fc9db4db548949406f5c400055571f URL: https://source.winehq.org/git/wine.git/?a=commit;h=9bc80fbf87fc9db4db5489494...
Author: Piotr Caban piotr@codeweavers.com Date: Wed Jun 1 16:39:35 2022 +0200
d3dx10: Use CRT memory allocators.
Signed-off-by: Piotr Caban piotr@codeweavers.com
---
dlls/d3dx10_43/async.c | 36 ++++++++++++++++++------------------ dlls/d3dx10_43/compiler.c | 9 ++++----- dlls/d3dx10_43/font.c | 31 +++++++++++++++---------------- dlls/d3dx10_43/mesh.c | 5 ++--- dlls/d3dx10_43/sprite.c | 5 ++--- dlls/d3dx10_43/texture.c | 21 ++++++++++----------- 6 files changed, 51 insertions(+), 56 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9bc80fbf87fc9db4db548...