[ros-diffs] [tkreuzer] 41085: ufatx: convert to spec

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Sun May 24 01:20:17 CEST 2009


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/win32/ufatx/ufatx.def?rev=41084&view=auto
==============================================================================
--- 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 at 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/win32/ufatx/ufatx.rbuild?rev=41085&r1=41084&r2=41085&view=diff
==============================================================================
--- 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/win32/ufatx/ufatx.spec?rev=41085&view=auto
==============================================================================
--- 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



More information about the Ros-diffs mailing list