jscript: Run script tests in version 2 by default.
This commit is contained in:
parent
43a9faa734
commit
5640da1414
|
@ -108,7 +108,7 @@ static const CHAR test_valA[] = "testVal";
|
||||||
static BOOL strict_dispid_check;
|
static BOOL strict_dispid_check;
|
||||||
static const char *test_name = "(null)";
|
static const char *test_name = "(null)";
|
||||||
static IDispatch *script_disp;
|
static IDispatch *script_disp;
|
||||||
static int invoke_version;
|
static int invoke_version = 2;
|
||||||
static IActiveScriptError *script_error;
|
static IActiveScriptError *script_error;
|
||||||
|
|
||||||
/* Returns true if the user interface is in English. Note that this does not
|
/* Returns true if the user interface is in English. Note that this does not
|
||||||
|
|
Loading…
Reference in New Issue