mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
Move wshtcpip to dll/win32, it's a DLL and not a driver
"Patch" by Alex svn path=/trunk/; revision=34048
This commit is contained in:
parent
07a38cedf1
commit
c251e18523
9 changed files with 4 additions and 4 deletions
|
@ -343,6 +343,7 @@ dll\win32\wldap32\wldap32.dll 1
|
|||
dll\win32\ws2_32\ws2_32.dll 1
|
||||
dll\win32\ws2help\ws2help.dll 1
|
||||
dll\win32\wshirda\wshirda.dll 1
|
||||
dll\win32\wshtcpip\wshtcpip.dll 1
|
||||
dll\win32\wsock32\wsock32.dll 1
|
||||
dll\win32\wtsapi32\wtsapi32.dll 1
|
||||
dll\win32\winmm\midimap\midimap.dll 1
|
||||
|
@ -375,7 +376,6 @@ drivers\network\afd\afd.sys 2
|
|||
drivers\network\ndis\ndis.sys 2
|
||||
drivers\network\tcpip\tcpip.sys 2
|
||||
drivers\network\tdi\tdi.sys 2
|
||||
drivers\network\wshtcpip\wshtcpip.dll 1
|
||||
drivers\network\dd\ne2000\ne2000.sys 2
|
||||
drivers\network\dd\pcnet\pcnet.sys 2
|
||||
|
||||
|
|
|
@ -388,6 +388,9 @@
|
|||
<directory name="wshirda">
|
||||
<xi:include href="wshirda/wshirda.rbuild" />
|
||||
</directory>
|
||||
<directory name="wshtcpip">
|
||||
<xi:include href="wshtcpip/wshtcpip.rbuild" />
|
||||
</directory>
|
||||
<directory name="wsock32">
|
||||
<xi:include href="wsock32/wsock32.rbuild" />
|
||||
</directory>
|
||||
|
|
|
@ -16,7 +16,4 @@
|
|||
<directory name="tdi">
|
||||
<xi:include href="tdi/tdi.rbuild" />
|
||||
</directory>
|
||||
<directory name="wshtcpip">
|
||||
<xi:include href="wshtcpip/wshtcpip.rbuild" />
|
||||
</directory>
|
||||
</group>
|
||||
|
|
Loading…
Reference in a new issue