netshell doesn't have a DllInstall function

svn path=/trunk/; revision=35908
This commit is contained in:
Christoph von Wittich 2008-09-03 06:05:00 +00:00
parent ee4c3af210
commit 9e70288511

View file

@ -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>