evr: 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:07 -05:00 committed by Alexandre Julliard
parent cee5224bf4
commit 6017bdde53

View file

@ -1,6 +1,6 @@
MODULE = evr.dll
IMPORTLIB = evr
IMPORTS = mfuuid strmiids strmbase uuid dxguid ole32 oleaut32 user32 d3d9 dxva2
IMPORTS = mfuuid strmiids strmbase uuid dxguid ole32 oleaut32 user32 d3d9 dxva2 msvcrt
DELAYIMPORTS = mfplat
EXTRADLLFLAGS = -Wb,--prefer-native