Module: wine Branch: master Commit: 45015f3ad14b6e9306746bf951d2768e744866ef URL: https://gitlab.winehq.org/wine/wine/-/commit/45015f3ad14b6e9306746bf951d2768...
Author: Elizabeth Figura zfigura@codeweavers.com Date: Mon Apr 1 19:48:13 2024 -0500
qasf: Link to msvcrt instead of ucrtbase.
It links to strmbase, which is built against msvcrt.
---
dlls/qasf/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/qasf/Makefile.in b/dlls/qasf/Makefile.in index e37a03c4e60..7b3767d7b0c 100644 --- a/dlls/qasf/Makefile.in +++ b/dlls/qasf/Makefile.in @@ -1,5 +1,5 @@ MODULE = qasf.dll -IMPORTS = strmbase dmoguids strmiids uuid ole32 oleaut32 wmvcore +IMPORTS = strmbase dmoguids strmiids uuid ole32 oleaut32 wmvcore msvcrt
SOURCES = \ asfreader.c \