Module: wine Branch: master Commit: 0194b8f08c86033e5c7f962c2d1176cd06d21665 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0194b8f08c86033e5c7f962c2d...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Feb 2 15:27:24 2009 +0100
jscript: Add IActiveScriptParse64 declaration and use it on Win64.
---
dlls/jscript/jscript.c | 24 ++++++++++++++++----- dlls/jscript/tests/jscript.c | 12 +++++----- dlls/jscript/tests/run.c | 14 ++++++------ dlls/mshtml/script.c | 6 ++-- dlls/mshtml/tests/script.c | 16 ++++++++++++- dlls/msi/script.c | 4 +- include/activscp.idl | 46 +++++++++++++++++++++++++++++++++++++++++- 7 files changed, 95 insertions(+), 27 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0194b8f08c86033e5c7f96...