Module: wine Branch: master Commit: 3911e6696a2399992b0e37f9b54d7ce5ed2d8840 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3911e6696a2399992b0e37f9b...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 25 08:38:01 2019 +0200
vbscript: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/vbscript/Makefile.in | 2 ++ dlls/vbscript/compile.c | 26 +++++++++++++------------- dlls/vbscript/global.c | 20 ++++++++++---------- dlls/vbscript/interp.c | 20 ++++++++++---------- dlls/vbscript/lex.c | 26 ++++++++++++-------------- dlls/vbscript/parser.y | 6 +++--- dlls/vbscript/regexp.c | 28 ++++++++++++++-------------- dlls/vbscript/vbdisp.c | 10 +++++----- dlls/vbscript/vbregexp.c | 4 ++-- dlls/vbscript/vbscript.c | 2 +- dlls/vbscript/vbscript.h | 12 ++---------- 11 files changed, 74 insertions(+), 82 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3911e6696a2399992b0e3...