Module: wine Branch: master Commit: 2e64d91428757eaa88475b49bf50922cda603b59 URL: https://source.winehq.org/git/wine.git/?a=commit;h=2e64d91428757eaa88475b49b...
Author: Jacek Caban jacek@codeweavers.com Date: Fri May 28 19:05:17 2021 +0200
winepulse: Use syscall interface to call unix lib.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winepulse.drv/Makefile.in | 2 +- dlls/winepulse.drv/mmdevdrv.c | 56 ++++++++------- dlls/winepulse.drv/pulse.c | 150 +++++++++++++++++++++++++++-------------- dlls/winepulse.drv/unixlib.h | 46 ++++++------- 4 files changed, 156 insertions(+), 98 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2e64d91428757eaa88475...