[ros-diffs] [cwittich] 35908: netshell doesn't have a DllInstall function

cwittich at svn.reactos.org cwittich at svn.reactos.org
Wed Sep 3 14:39:43 CEST 2008


Author: cwittich
Date: Wed Sep  3 08:05:00 2008
New Revision: 35908

URL: http://svn.reactos.org/svn/reactos?rev=35908&view=rev
Log:
netshell doesn't have a DllInstall function

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

Modified: trunk/reactos/dll/win32/netshell/netshell.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netshell/netshell.rbuild?rev=35908&r1=35907&r2=35908&view=diff
==============================================================================
--- trunk/reactos/dll/win32/netshell/netshell.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/netshell/netshell.rbuild [iso-8859-1] Wed Sep  3 08:05:00 2008
@@ -1,5 +1,5 @@
 <module name="netshell" type="win32dll" baseaddress="${BASEADDRESS_NETSHELL}" installbase="system32" installname="netshell.dll">
-	<autoregister infsection="OleControlDlls" type="Both" />
+	<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
 	<importlibrary definition="netshell.spec.def" />
 	<include base="netshell">.</include>
 	<define name="_WIN32_IE">0x600</define>



More information about the Ros-diffs mailing list