Module: wine Branch: master Commit: 43f01a2fe5f35025b21bafb7a1b47a855d642e60 URL: https://gitlab.winehq.org/wine/wine/-/commit/43f01a2fe5f35025b21bafb7a1b47a8...
Author: Alex Henrie alexhenrie24@gmail.com Date: Wed Sep 13 18:29:43 2023 -0600
winmm: Use CRT allocation functions.
---
dlls/winmm/driver.c | 16 ++++----- dlls/winmm/lolvldrv.c | 37 +++++++++----------- dlls/winmm/mci.c | 93 +++++++++++++++++++++++--------------------------- dlls/winmm/mmio.c | 26 +++++++------- dlls/winmm/playsound.c | 24 ++++++------- dlls/winmm/waveform.c | 81 +++++++++++++++++++------------------------ dlls/winmm/winmm.c | 18 +++++----- 7 files changed, 135 insertions(+), 160 deletions(-)