rename dhcpcapi.dll to dhcpcsvc.dll

svn path=/trunk/; revision=19787
This commit is contained in:
Thomas Bluemel 2005-11-30 22:11:00 +00:00
parent 8869a08604
commit 9f4c3a2133
8 changed files with 18 additions and 18 deletions

View file

@ -84,7 +84,7 @@ lib\dbghelp\dbghelp.dll 1
lib\ddraw\ddraw.dll 1 lib\ddraw\ddraw.dll 1
lib\devenum\devenum.dll 1 lib\devenum\devenum.dll 1
lib\devmgr\devmgr.dll 1 lib\devmgr\devmgr.dll 1
lib\dhcpcapi\dhcpcapi.dll 1 lib\dhcpcsvc\dhcpcsvc.dll 1
lib\dinput\dinput.dll 1 lib\dinput\dinput.dll 1
lib\dinput8\dinput8.dll 1 lib\dinput8\dinput8.dll 1
lib\dnsapi\dnsapi.dll 1 lib\dnsapi\dnsapi.dll 1

View file

@ -12,7 +12,7 @@
<library>comctl32</library> <library>comctl32</library>
<library>iphlpapi</library> <library>iphlpapi</library>
<library>ws2_32</library> <library>ws2_32</library>
<library>dhcpcapi</library> <library>dhcpcsvc</library>
<library>ntdll</library> <library>ntdll</library>
<file>ncpa.c</file> <file>ncpa.c</file>
<file>tcpip_properties.c</file> <file>tcpip_properties.c</file>

View file

@ -1,7 +0,0 @@
#include <windows.h>
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "DHCP Client API\0"
#define REACTOS_STR_INTERNAL_NAME "dhcpcapi\0"
#define REACTOS_STR_ORIGINAL_FILENAME "dhcpcapi.dll\0"
#include <reactos/version.rc>

View file

@ -1,10 +1,10 @@
; $Id: dhcpcapi.def 14337 2005-03-26 22:10:04Z $ ; $Id: dhcpcapi.def 14337 2005-03-26 22:10:04Z $
; ;
; dhcpcapi.def ; dhcpcsvc.def
; ;
; ReactOS Operating System ; ReactOS Operating System
; ;
LIBRARY dhcpcapi.dll LIBRARY dhcpcsvc.dll
EXPORTS EXPORTS
DhcpCApiInitialize@4 DhcpCApiInitialize@4
DhcpCApiCleanup@0 DhcpCApiCleanup@0

View file

@ -0,0 +1,7 @@
#include <windows.h>
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "DHCP Client Service\0"
#define REACTOS_STR_INTERNAL_NAME "dhcpcsvc\0"
#define REACTOS_STR_ORIGINAL_FILENAME "dhcpcsvc.dll\0"
#include <reactos/version.rc>

View file

@ -1,6 +1,6 @@
<module name="dhcpcapi" type="win32dll" installbase="system32" installname="dhcpcapi.dll"> <module name="dhcpcsvc" type="win32dll" installbase="system32" installname="dhcpcsvc.dll">
<importlibrary definition="dhcpcapi.def" /> <importlibrary definition="dhcpcsvc.def" />
<include base="dhcpcapi">include</include> <include base="dhcpcsvc">include</include>
<define name="_DISABLE_TIDENTS" /> <define name="_DISABLE_TIDENTS" />
<define name="__USE_W32API" /> <define name="__USE_W32API" />
<define name="_WIN32_WINNT=0x0500" /> <define name="_WIN32_WINNT=0x0500" />
@ -9,6 +9,6 @@
<library>msvcrt</library> <library>msvcrt</library>
<library>ws2_32</library> <library>ws2_32</library>
<library>iphlpapi</library> <library>iphlpapi</library>
<file>dhcpcapi.c</file> <file>dhcpcsvc.c</file>
<file>dhcpcapi.rc</file> <file>dhcpcsvc.rc</file>
</module> </module>

View file

@ -62,8 +62,8 @@
<directory name="devmgr"> <directory name="devmgr">
<xi:include href="devmgr/devmgr.xml" /> <xi:include href="devmgr/devmgr.xml" />
</directory> </directory>
<directory name="dhcpcapi"> <directory name="dhcpcsvc">
<xi:include href="dhcpcapi/dhcpcapi.xml" /> <xi:include href="dhcpcsvc/dhcpcsvc.xml" />
</directory> </directory>
<directory name="dinput"> <directory name="dinput">
<xi:include href="dinput/dinput.xml" /> <xi:include href="dinput/dinput.xml" />