Author: tkreuzer Date: Sun May 24 03:16:52 2009 New Revision: 41083
URL: http://svn.reactos.org/svn/reactos?rev=41083&view=rev Log: uext: convert to spec
Added: branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.spec (with props) Removed: branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.def Modified: branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.rbuild
Removed: branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.def URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/wi... ============================================================================== --- branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.def [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.def (removed) @@ -1,4 +1,0 @@ -LIBRARY UEXT2.DLL -EXPORTS -ChkdskEx=Ext2Chkdsk@24 -FormatEx=Ext2Format@24
Modified: branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.rbuild URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/wi... ============================================================================== --- branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.rbuild [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.rbuild [iso-8859-1] Sun May 24 03:16:52 2009 @@ -1,5 +1,5 @@ <module name="uext2" type="win32dll" baseaddress="${BASEADDRESS_UEXT2}" installbase="system32" installname="uext2.dll"> - <importlibrary definition="uext2.def" /> + <importlibrary definition="uext2.spec" /> <include base="uext2">.</include> <library>ext2lib</library> <library>ntdll</library>
Added: branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.spec URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/wi... ============================================================================== --- branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.spec (added) +++ branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.spec [iso-8859-1] Sun May 24 03:16:52 2009 @@ -1,0 +1,2 @@ +@ stdcall ChkdskEx(ptr long long long long ptr) Ext2Chkdsk +@ stdcall FormatEx(ptr long ptr long long ptr) Ext2Format
Propchange: branches/ros-amd64-bringup/reactos/dll/win32/uext2/uext2.spec ------------------------------------------------------------------------------ svn:eol-style = native