qasf: 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:48:13 -05:00 committed by Alexandre Julliard
parent 6017bdde53
commit 45015f3ad1

View file

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