mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
qdvd: Link to msvcrt instead of ucrtbase.
It links to strmbase, which is built against msvcrt.
This commit is contained in:
parent
5f431b0311
commit
90a97b2dcf
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
MODULE = qdvd.dll
|
||||
IMPORTS = strmbase strmiids uuid ole32
|
||||
IMPORTS = strmbase strmiids uuid ole32 msvcrt
|
||||
|
||||
EXTRADLLFLAGS = -Wb,--prefer-native
|
||||
|
||||
|
|
Loading…
Reference in a new issue