From cee5224bf47af663fd5c0491774b8fbea352016b Mon Sep 17 00:00:00 2001 From: Elizabeth Figura Date: Mon, 1 Apr 2024 19:47:58 -0500 Subject: [PATCH] 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 \