[ros-diffs] [pschweitzer] 34376: Apply r33078 fix to r34369 to "prevent mshtml registration (doesn't work yet)" See issue #3189 for more details.

pschweitzer at svn.reactos.org pschweitzer at svn.reactos.org
Tue Jul 8 23:12:38 CEST 2008


Author: pschweitzer
Date: Tue Jul  8 16:12:38 2008
New Revision: 34376

URL: http://svn.reactos.org/svn/reactos?rev=34376&view=rev
Log:
Apply r33078 fix to r34369 to "prevent mshtml registration (doesn't work yet)"
See issue #3189 for more details.

Modified:
    trunk/reactos/dll/win32/mshtml/mshtml.rbuild

Modified: trunk/reactos/dll/win32/mshtml/mshtml.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mshtml/mshtml.rbuild?rev=34376&r1=34375&r2=34376&view=diff
==============================================================================
--- trunk/reactos/dll/win32/mshtml/mshtml.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/mshtml/mshtml.rbuild [iso-8859-1] Tue Jul  8 16:12:38 2008
@@ -2,7 +2,7 @@
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <group>
 <module name="mshtml" type="win32dll" baseaddress="${BASEADDRESS_MSHTML}" installbase="system32" installname="mshtml.dll" allowwarnings="true">
-	<autoregister infsection="OleControlDlls" type="Both" />
+	<!--autoregister infsection="OleControlDlls" type="Both" /-->
 	<importlibrary definition="mshtml.spec.def" />
 	<include base="mshtml">.</include>
 	<include base="ReactOS">include/reactos/wine</include>



More information about the Ros-diffs mailing list