Module: wine Branch: master Commit: e7c1d5d1738ccd03662c59598b2361e88b276992 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e7c1d5d1738ccd03662c59598b... Author: Rob Shearman <rob(a)codeweavers.com> Date: Fri Feb 22 19:40:04 2008 +0000 shdocvw: The default value for the "CLSID\%CLSID_Internet" key isn't set on Windows, so we shouldn't set it either. --- dlls/shdocvw/shdocvw.inf | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/shdocvw/shdocvw.inf b/dlls/shdocvw/shdocvw.inf index c959737..57df7cb 100644 --- a/dlls/shdocvw/shdocvw.inf +++ b/dlls/shdocvw/shdocvw.inf @@ -70,7 +70,6 @@ HKCR,"Shell.UIHelper\CurVer",,,"Shell.UIHelper.2" HKCR,"Shell.UIHelper.1",,,"" HKCR,"Shell.UIHelper.1\CLSID",,,"%CLSID_ShellUIHelper%" -HKCR,"CLSID\%CLSID_Internet%",,,"Internet Explorer" HKCR,"CLSID\%CLSID_Internet%\DefaultIcon",,,"shdoclc.dll,-190" HKCR,"CLSID\%CLSID_Internet%\InProcServer32",,,"%MODULE%" HKCR,"CLSID\%CLSID_Internet%\InProcServer32","ThreadingModel",,"Apartment"