Module: wine Branch: master Commit: 9b6a229b4f1e0d98d9096707351b1ed9519d76c1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9b6a229b4f1e0d98d90967073...
Author: Eric Pouech eric.pouech@gmail.com Date: Thu Mar 3 11:40:57 2022 -0600
qcap/tests: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/qcap/tests/Makefile.in | 1 - dlls/qcap/tests/audiorecord.c | 82 +++---- dlls/qcap/tests/avico.c | 252 ++++++++++---------- dlls/qcap/tests/avimux.c | 364 ++++++++++++++--------------- dlls/qcap/tests/capturegraph.c | 194 ++++++++-------- dlls/qcap/tests/filewriter.c | 320 +++++++++++++------------- dlls/qcap/tests/qcap.c | 114 ++++----- dlls/qcap/tests/smartteefilter.c | 482 +++++++++++++++++++-------------------- dlls/qcap/tests/videocapture.c | 202 ++++++++-------- 9 files changed, 1005 insertions(+), 1006 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9b6a229b4f1e0d98d9096...