[ros-diffs] [hpoussin] 35232: Replace .def file by a .spec file

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Sat Aug 9 16:10:05 CEST 2008


Author: hpoussin
Date: Sat Aug  9 09:10:04 2008
New Revision: 35232

URL: http://svn.reactos.org/svn/reactos?rev=35232&view=rev
Log:
Replace .def file by a .spec file

Added:
    trunk/reactos/dll/win32/wshtcpip/wshtcpip.spec   (with props)
Removed:
    trunk/reactos/dll/win32/wshtcpip/wshtcpip.def
Modified:
    trunk/reactos/dll/win32/wshtcpip/wshtcpip.c   (props changed)
    trunk/reactos/dll/win32/wshtcpip/wshtcpip.h   (props changed)
    trunk/reactos/dll/win32/wshtcpip/wshtcpip.rbuild
    trunk/reactos/dll/win32/wshtcpip/wshtcpip.rc   (contents, props changed)
    trunk/reactos/dll/win32/wshtcpip/wshtcpip_specs   (props changed)

Propchange: trunk/reactos/dll/win32/wshtcpip/wshtcpip.c
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords (removed)
@@ -1,1 +1,0 @@
-author date id revision

Removed: trunk/reactos/dll/win32/wshtcpip/wshtcpip.def
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wshtcpip/wshtcpip.def?rev=35231&view=auto
==============================================================================
--- trunk/reactos/dll/win32/wshtcpip/wshtcpip.def [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/wshtcpip/wshtcpip.def (removed)
@@ -1,23 +1,0 @@
-; WSHTCPIP.DLL - Windows Sockets Helper DLL for TCP/IP
-
-LIBRARY wshtcpip.dll
-
-EXPORTS
-WSHAddressToString
-WSHEnumProtocols
-WSHGetBroadcastSockaddr
-WSHGetProviderGuid
-WSHGetSockaddrType
-WSHGetSocketInformation
-WSHGetWildcardSockaddr
-WSHGetWinsockMapping
-WSHGetWSAProtocolInfo
-WSHIoctl
-WSHJoinLeaf
-WSHNotify
-WSHOpenSocket
-WSHOpenSocket2
-WSHSetSocketInformation
-WSHStringToAddress
-
-; EOF

Propchange: trunk/reactos/dll/win32/wshtcpip/wshtcpip.h
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords (removed)
@@ -1,1 +1,0 @@
-author date id revision

Modified: trunk/reactos/dll/win32/wshtcpip/wshtcpip.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wshtcpip/wshtcpip.rbuild?rev=35232&r1=35231&r2=35232&view=diff
==============================================================================
--- trunk/reactos/dll/win32/wshtcpip/wshtcpip.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/wshtcpip/wshtcpip.rbuild [iso-8859-1] Sat Aug  9 09:10:04 2008
@@ -1,11 +1,12 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <module name="wshtcpip" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_WSHTCPIP}" installbase="system32" installname="wshtcpip.dll" unicode="yes">
-	<importlibrary definition="wshtcpip.def"></importlibrary>
+	<importlibrary definition="wshtcpip.spec.def" />
 	<include base="wshtcpip">.</include>
 	<library>ntdll</library>
 	<library>kernel32</library>
 	<library>ws2_32</library>
 	<file>wshtcpip.c</file>
 	<file>wshtcpip.rc</file>
+	<file>wshtcpip.spec</file>
 </module>

Modified: trunk/reactos/dll/win32/wshtcpip/wshtcpip.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wshtcpip/wshtcpip.rc?rev=35232&r1=35231&r2=35232&view=diff
==============================================================================
--- trunk/reactos/dll/win32/wshtcpip/wshtcpip.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/wshtcpip/wshtcpip.rc [iso-8859-1] Sat Aug  9 09:10:04 2008
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: wshtcpip.rc 21805 2006-05-05 15:40:59Z fireball $ */
 
 #define REACTOS_VERSION_DLL
 #define REACTOS_STR_FILE_DESCRIPTION	"Windows Sockets 2 API\0"

Propchange: trunk/reactos/dll/win32/wshtcpip/wshtcpip.rc
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords (removed)
@@ -1,1 +1,0 @@
-author date id revision

Added: trunk/reactos/dll/win32/wshtcpip/wshtcpip.spec
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wshtcpip/wshtcpip.spec?rev=35232&view=auto
==============================================================================
--- trunk/reactos/dll/win32/wshtcpip/wshtcpip.spec (added)
+++ trunk/reactos/dll/win32/wshtcpip/wshtcpip.spec [iso-8859-1] Sat Aug  9 09:10:04 2008
@@ -1,0 +1,16 @@
+@ stdcall WSHAddressToString(ptr long ptr ptr ptr)
+@ stdcall WSHEnumProtocols(ptr wstr ptr ptr)
+@ stdcall WSHGetBroadcastSockaddr(ptr ptr ptr)
+@ stdcall WSHGetProviderGuid(wstr ptr)
+@ stdcall WSHGetSockaddrType(ptr long ptr)
+@ stdcall WSHGetSocketInformation(ptr long ptr ptr long long ptr long)
+@ stdcall WSHGetWildcardSockaddr(ptr ptr ptr)
+@ stdcall WSHGetWinsockMapping(ptr long)
+@ stdcall WSHGetWSAProtocolInfo(wstr ptr ptr)
+@ stdcall WSHIoctl(ptr long ptr ptr long ptr long ptr long ptr ptr ptr ptr)
+@ stdcall WSHJoinLeaf(ptr long ptr ptr ptr long ptr long ptr ptr ptr ptr long)
+@ stdcall WSHNotify(ptr long ptr ptr long)
+@ stdcall WSHOpenSocket(ptr ptr ptr ptr ptr ptr)
+@ stdcall WSHOpenSocket2(ptr ptr ptr long long ptr ptr ptr)
+@ stdcall WSHSetSocketInformation(ptr long ptr ptr long long ptr long)
+@ stdcall WSHStringToAddress(wstr long ptr ptr ptr)

Propchange: trunk/reactos/dll/win32/wshtcpip/wshtcpip.spec
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: trunk/reactos/dll/win32/wshtcpip/wshtcpip_specs
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords (removed)
@@ -1,1 +1,0 @@
-author date id revision



More information about the Ros-diffs mailing list