Module: wine Branch: master Commit: b951c37b8791ceb052c9e159ad7927f75a72d667 URL: https://gitlab.winehq.org/wine/wine/-/commit/b951c37b8791ceb052c9e159ad7927f...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Jul 14 17:31:20 2022 +0300
d3d11: Use CRT allocation functions.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
---
dlls/d3d11/async.c | 6 +++--- dlls/d3d11/buffer.c | 6 +++--- dlls/d3d11/d3d11_private.h | 1 - dlls/d3d11/device.c | 30 +++++++++++++++--------------- dlls/d3d11/inputlayout.c | 14 +++++++------- dlls/d3d11/shader.c | 40 ++++++++++++++++++++-------------------- dlls/d3d11/state.c | 28 ++++++++++++++-------------- dlls/d3d11/texture.c | 18 +++++++++--------- dlls/d3d11/view.c | 24 ++++++++++++------------ 9 files changed, 83 insertions(+), 84 deletions(-)