Module: wine Branch: master Commit: cee5224bf47af663fd5c0491774b8fbea352016b URL: https://gitlab.winehq.org/wine/wine/-/commit/cee5224bf47af663fd5c0491774b8fb...
Author: Elizabeth Figura zfigura@codeweavers.com Date: Mon Apr 1 19:47:58 2024 -0500
amstream: Link to msvcrt instead of ucrtbase.
It links to strmbase, which is built against msvcrt.
---
dlls/amstream/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/amstream/Makefile.in b/dlls/amstream/Makefile.in index cd4bd0a7862..8e2967243bf 100644 --- a/dlls/amstream/Makefile.in +++ b/dlls/amstream/Makefile.in @@ -1,5 +1,5 @@ MODULE = amstream.dll -IMPORTS = strmiids strmbase uuid ole32 advapi32 ddraw +IMPORTS = strmiids strmbase uuid ole32 advapi32 ddraw msvcrt
SOURCES = \ amstream_classes.idl \