mshtml #3: Added support for installing Gecko from the local file.

Alexandre Julliard julliard at winehq.org
Wed Oct 10 05:03:43 CDT 2007


Jacek Caban <jacek at codeweavers.com> writes:

>  WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
>  
> +#define GECKO_FILE_NAME "wine_gecko-" GECKO_VERSION ".cab"
> +#define DEFAULT_CAB_FILE_NAME "/usr/share/wine/gecko/" GECKO_FILE_NAME

You need to use wine_get_data_dir() instead of hardcoding the path.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list