Module: wine Branch: master Commit: 90a97b2dcf948cf2a1030b0ba78a28510e6ce1a2 URL: https://gitlab.winehq.org/wine/wine/-/commit/90a97b2dcf948cf2a1030b0ba78a285...
Author: Elizabeth Figura zfigura@codeweavers.com Date: Mon Apr 1 19:48:22 2024 -0500
qdvd: Link to msvcrt instead of ucrtbase.
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