1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

amstream: Link to msvcrt instead of ucrtbase.

It links to strmbase, which is built against msvcrt.
This commit is contained in:
Elizabeth Figura 2024-04-01 19:47:58 -05:00 committed by Alexandre Julliard
parent 3c0e318582
commit cee5224bf4

View File

@ -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 \