mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
netshell doesn't have a DllInstall function
svn path=/trunk/; revision=35908
This commit is contained in:
parent
ee4c3af210
commit
9e70288511
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue