Jacek Caban : vbscript: Build with ucrtbase.

Alexandre Julliard julliard at winehq.org
Tue Aug 6 17:41:59 CDT 2019


Module: wine
Branch: master
Commit: 0359583718e66527d9ff41ef84257e97c0e3c47f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0359583718e66527d9ff41ef84257e97c0e3c47f

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Aug  6 12:26:05 2019 +0200

vbscript: Build with ucrtbase.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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
 




More information about the wine-cvs mailing list