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 MODULE = qedit.dll
IMPORTS = strmiids strmbase uuid oleaut32 ole32 advapi32 IMPORTS = strmiids strmbase uuid oleaut32 ole32 advapi32 msvcrt
SOURCES = \ SOURCES = \
main.c \ main.c \