Elizabeth Figura : evr: Link to msvcrt instead of ucrtbase.
Module: wine Branch: master Commit: 6017bdde53d75c3fd09d57aa36fe3ca9d87a76c9 URL: https://gitlab.winehq.org/wine/wine/-/commit/6017bdde53d75c3fd09d57aa36fe3ca... Author: Elizabeth Figura <zfigura(a)codeweavers.com> Date: Mon Apr 1 19:48:07 2024 -0500 evr: Link to msvcrt instead of ucrtbase. It links to strmbase, which is built against msvcrt. --- dlls/evr/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/evr/Makefile.in b/dlls/evr/Makefile.in index 45e9c62fb17..1ed369136c7 100644 --- a/dlls/evr/Makefile.in +++ b/dlls/evr/Makefile.in @@ -1,6 +1,6 @@ MODULE = evr.dll IMPORTLIB = evr -IMPORTS = mfuuid strmiids strmbase uuid dxguid ole32 oleaut32 user32 d3d9 dxva2 +IMPORTS = mfuuid strmiids strmbase uuid dxguid ole32 oleaut32 user32 d3d9 dxva2 msvcrt DELAYIMPORTS = mfplat EXTRADLLFLAGS = -Wb,--prefer-native
participants (1)
-
Alexandre Julliard