Module: wine Branch: master Commit: 62e2d7a99b089b1ce302a348103178e64dee4342 URL: https://source.winehq.org/git/wine.git/?a=commit;h=62e2d7a99b089b1ce302a3481...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 2 18:38:11 2021 +0100
qcap: Convert the Unix library to the __wine_unix_call interface.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/qcap/Makefile.in | 1 + dlls/qcap/qcap_private.h | 123 ++++++++++++++++++++++++++++------ dlls/qcap/v4l.c | 168 +++++++++++++++++++++++++++-------------------- dlls/qcap/vfwcapture.c | 73 ++++++++++++++------ 4 files changed, 255 insertions(+), 110 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=62e2d7a99b089b1ce302a...