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

qedit: 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:30 -05:00 committed by Alexandre Julliard
parent 90a97b2dcf
commit 0c4811be0e

View File

@ -1,5 +1,5 @@
MODULE = qedit.dll
IMPORTS = strmiids strmbase uuid oleaut32 ole32 advapi32
IMPORTS = strmiids strmbase uuid oleaut32 ole32 advapi32 msvcrt
SOURCES = \
main.c \