Jacek Caban : vbscript: Build with ucrtbase.
Module: wine Branch: master Commit: 0359583718e66527d9ff41ef84257e97c0e3c47f URL: https://source.winehq.org/git/wine.git/?a=commit;h=0359583718e66527d9ff41ef8... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Aug 6 12:26:05 2019 +0200 vbscript: Build with ucrtbase. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/vbscript/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/vbscript/Makefile.in b/dlls/vbscript/Makefile.in index 50c464f..d1bd6d4 100644 --- a/dlls/vbscript/Makefile.in +++ b/dlls/vbscript/Makefile.in @@ -1,5 +1,5 @@ MODULE = vbscript.dll -IMPORTS = oleaut32 ole32 user32 +IMPORTS = oleaut32 ole32 user32 ucrtbase EXTRADLLFLAGS = -mno-cygwin
participants (1)
-
Alexandre Julliard