qdvd: 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:22 -05:00 committed by Alexandre Julliard
parent 5f431b0311
commit 90a97b2dcf

View file

@ -1,5 +1,5 @@
MODULE = qdvd.dll
IMPORTS = strmbase strmiids uuid ole32
IMPORTS = strmbase strmiids uuid ole32 msvcrt
EXTRADLLFLAGS = -Wb,--prefer-native