mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
quartz: Link to msvcrt instead of ucrtbase.
It links to strmbase, which is built against msvcrt.
This commit is contained in:
parent
0c4811be0e
commit
058439ce49
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
MODULE = quartz.dll
|
||||
IMPORTLIB = quartz
|
||||
IMPORTS = strmiids dxguid strmbase uuid dsound msacm32 msvfw32 ole32 oleaut32 rpcrt4 user32 gdi32 advapi32 winmm
|
||||
IMPORTS = strmiids dxguid strmbase uuid dsound msacm32 msvfw32 ole32 oleaut32 rpcrt4 user32 gdi32 advapi32 winmm msvcrt
|
||||
DELAYIMPORTS = ddraw
|
||||
|
||||
SOURCES = \
|
||||
|
|
Loading…
Reference in a new issue