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

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