Module: wine Branch: master Commit: 4e9d29907cd682bd7c854fda203cfbdb4271a595 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4e9d29907cd682bd7c854fda20...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Sep 19 14:08:38 2011 +0200
vbscript: Added global object's isObject function stub implementation.
---
.gitignore | 1 + dlls/vbscript/Makefile.in | 7 ++++- dlls/vbscript/compile.c | 15 +++++++-- dlls/vbscript/global.c | 58 +++++++++++++++++++++++++++++++++++++ dlls/vbscript/interp.c | 8 +++++ dlls/vbscript/vbdisp.c | 58 +++++++++++++++++++++++++++++++++---- dlls/vbscript/vbscript.c | 2 + dlls/vbscript/vbscript.h | 40 ++++++++++++++++++++++++- dlls/vbscript/vbscript_main.c | 63 +++++++++++++++++++++++++++++++++++++++++ 9 files changed, 239 insertions(+), 13 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4e9d29907cd682bd7c854f...