Elizabeth Figura : qedit: Link to msvcrt instead of ucrtbase.
Module: wine Branch: master Commit: 0c4811be0eeb3e06553e015607d2109db3c54edf URL: https://gitlab.winehq.org/wine/wine/-/commit/0c4811be0eeb3e06553e015607d2109... Author: Elizabeth Figura <zfigura(a)codeweavers.com> Date: Mon Apr 1 19:48:30 2024 -0500 qedit: Link to msvcrt instead of ucrtbase. It links to strmbase, which is built against msvcrt. --- dlls/qedit/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/qedit/Makefile.in b/dlls/qedit/Makefile.in index 9545b21c091..80635294961 100644 --- a/dlls/qedit/Makefile.in +++ b/dlls/qedit/Makefile.in @@ -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 \
participants (1)
-
Alexandre Julliard