mshtml: Added registry configuration to allow using Active Script engine for JavaScript scripts.

Alexandre Julliard julliard at winehq.org
Wed Apr 2 04:21:40 CDT 2008


Jacek Caban <jacek at codeweavers.com> writes:

> +    static const WCHAR key_nameW[] =
> +        {'S','o','f','t','w','a','r','e',
> +         '\\','W','i','n','e',
> +         '\\','M','S','H','T','M','L',
> +         '\\','S','c','r','i','p','t','O','v','e','r','r','i','d','e','s',0};
> +
> +    /* @@ Wine registry key: HKCU\Software\Wine\MSHTML\ScriptOverrides */
> +    res = RegOpenKeyW(HKEY_CURRENT_USER, key_nameW, &hkey);
> +    if(res != ERROR_SUCCESS)
> +        return ret;

Why do we need a configuration option for this?  When would a user want
to change it?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list