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