9 May
2024
9 May
'24
5:11 a.m.
From: Elizabeth Figura <zfigura(a)codeweavers.com> 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 = \ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5607