[PATCH] mshtml: Move load_gecko() call from DllRegisterServer to DllInstall.

Jacek Caban jacek at codeweavers.com
Tue Feb 9 06:51:59 CST 2021


With this patch, Wine will no longer ensure that Wine Gecko is available 
during prefix creation and update. We have shared Gecko installations 
and good support for installing Gecko on demand now.

To ensure that Gecko is installed, one may use DllInstall with something 
like |regsvr32 -i mshtml|.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/mshtml/main.c | 13 ++++++++-----
  1 file changed, 8 insertions(+), 5 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-mshtml-Move-load_gecko-call-from-DllRegisterServer-to-.txt
Type: text/x-patch
Size: 986 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210209/c1145c9a/attachment.bin>


More information about the wine-devel mailing list