Module: wine Branch: master Commit: 93cc994be8403d5052995eccab2f3044392cbc7d URL: https://source.winehq.org/git/wine.git/?a=commit;h=93cc994be8403d5052995ecca... Author: Huw Davies <huw(a)codeweavers.com> Date: Wed Apr 13 07:38:48 2022 +0100 wineoss: Move timer_loop 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 | 199 +++++--------------------------------------- dlls/wineoss.drv/oss.c | 196 +++++++++++++++++++++++++++++++++++++++++++ dlls/wineoss.drv/unixlib.h | 9 +- 3 files changed, 223 insertions(+), 181 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=93cc994be8403d5052995...