| commit | 7edaff43e4d70b22a7170d0fcf29b619ed3d4673 | [log] [tgz] |
|---|---|---|
| author | Jacek Caban <jacek@codeweavers.com> | Wed Aug 31 11:22:05 2011 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Aug 31 19:43:06 2011 +0200 |
| tree | da555d1182fa52dd944d5ae4015032dfe26de69a | |
| parent | c35745d45adccc37a510dda920887affb7730ce1 [diff] [blame] |
vbscript: Added IActiveScript::InitNew implementation.
diff --git a/dlls/vbscript/vbscript.h b/dlls/vbscript/vbscript.h index 30aaf1e..98a4486 100644 --- a/dlls/vbscript/vbscript.h +++ b/dlls/vbscript/vbscript.h
@@ -19,6 +19,11 @@ #include "activscp.h" #include "vbscript_classes.h" +typedef struct { + IActiveScriptSite *site; + LCID lcid; +} script_ctx_t; + HRESULT WINAPI VBScriptFactory_CreateInstance(IClassFactory*,IUnknown*,REFIID,void**); static inline void *heap_alloc(size_t len)