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