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/qdvd/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/qdvd/Makefile.in b/dlls/qdvd/Makefile.in index 03989faf53c..e9a145d7f26 100644 --- a/dlls/qdvd/Makefile.in +++ b/dlls/qdvd/Makefile.in @@ -1,5 +1,5 @@ MODULE = qdvd.dll -IMPORTS = strmbase strmiids uuid ole32 +IMPORTS = strmbase strmiids uuid ole32 msvcrt EXTRADLLFLAGS = -Wb,--prefer-native -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5607