Module: wine Branch: master Commit: bc81fdbf7c513fea4cfe0597fc1f56da3281b93b URL: https://source.winehq.org/git/wine.git/?a=commit;h=bc81fdbf7c513fea4cfe0597f... Author: Huw Davies <huw(a)codeweavers.com> Date: Tue Apr 12 07:59:04 2022 +0100 wineoss: Move create_stream and release_stream to the unixlib. Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wineoss.drv/mmdevdrv.c | 300 +++++--------------------------------------- dlls/wineoss.drv/oss.c | 139 ++++++++++++++++++++ dlls/wineoss.drv/unixlib.h | 21 ++++ 3 files changed, 191 insertions(+), 269 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bc81fdbf7c513fea4cfe0...