Module: wine Branch: master Commit: 5f431b03114662aa6fa2a1e9ee1ece66839dd408 URL: https://gitlab.winehq.org/wine/wine/-/commit/5f431b03114662aa6fa2a1e9ee1ece6...
Author: Elizabeth Figura zfigura@codeweavers.com Date: Mon Apr 1 19:48:18 2024 -0500
qcap: Link to msvcrt instead of ucrtbase.
It links to strmbase, which is built against msvcrt.
---
dlls/qcap/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/qcap/Makefile.in b/dlls/qcap/Makefile.in index 10e543137f5..0f53e63f022 100644 --- a/dlls/qcap/Makefile.in +++ b/dlls/qcap/Makefile.in @@ -1,6 +1,6 @@ MODULE = qcap.dll UNIXLIB = qcap.so -IMPORTS = strmbase strmiids uuid ole32 oleaut32 winmm +IMPORTS = strmbase strmiids uuid ole32 oleaut32 winmm msvcrt DELAYIMPORTS = msvfw32
SOURCES = \