jscript: Use custom string container instead of BSTR.
authorJacek Caban <jacek@codeweavers.com>
Thu, 11 Oct 2012 10:16:01 +0000 (12:16 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 11 Oct 2012 16:53:04 +0000 (18:53 +0200)
commit7f1e3300fe05cf75462a44dd9ae54e31abbb78cd
tree6649296b0a2f89facd63e64bbe678fbd42e123f2
parentf8e1550ebb5e45f7a4617975be821aaf8848b38b
jscript: Use custom string container instead of BSTR.
22 files changed:
dlls/jscript/Makefile.in
dlls/jscript/activex.c
dlls/jscript/array.c
dlls/jscript/bool.c
dlls/jscript/compile.c
dlls/jscript/date.c
dlls/jscript/dispex.c
dlls/jscript/engine.c
dlls/jscript/error.c
dlls/jscript/function.c
dlls/jscript/global.c
dlls/jscript/jscript.c
dlls/jscript/jscript.h
dlls/jscript/jscript_main.c
dlls/jscript/jsstr.c [new file with mode: 0644]
dlls/jscript/jsstr.h [new file with mode: 0644]
dlls/jscript/jsutils.c
dlls/jscript/jsval.h
dlls/jscript/number.c
dlls/jscript/object.c
dlls/jscript/regexp.c
dlls/jscript/string.c