Module: wine Branch: master Commit: f57a3916e8260048ba4d7751ce1496e14693bc5a URL: https://source.winehq.org/git/wine.git/?a=commit;h=f57a3916e8260048ba4d7751c...
Author: Huw Davies huw@codeweavers.com Date: Wed Apr 20 09:04:24 2022 -0500
wineoss: Move MODM_OPEN and MODM_CLOSE to the unixlib.
They are both moved together because of the memory allocated for "lpExtra".
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wineoss.drv/midi.c | 180 +++++++----------------------------------- dlls/wineoss.drv/oss.c | 2 +- dlls/wineoss.drv/ossmidi.c | 191 ++++++++++++++++++++++++++++++++++++++++++--- dlls/wineoss.drv/unixlib.h | 28 ++++++- 4 files changed, 235 insertions(+), 166 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f57a3916e8260048ba4d7...