ufat: convert to spec

svn path=/branches/ros-amd64-bringup/; revision=41084
This commit is contained in:
Timo Kreuzer
2009-05-23 23:18:42 +00:00
parent 4f9f03ba0e
commit 034e7f9add
3 changed files with 3 additions and 5 deletions
-4
View File
@@ -1,4 +0,0 @@
LIBRARY UFAT.DLL
EXPORTS
ChkdskEx=VfatChkdsk@24
FormatEx=VfatFormat@24
+1 -1
View File
@@ -1,5 +1,5 @@
<module name="ufat" type="win32dll" baseaddress="${BASEADDRESS_UFAT}" installbase="system32" installname="ufat.dll">
<importlibrary definition="ufat.def" />
<importlibrary definition="ufat.spec" />
<include base="ufat">.</include>
<library>vfatlib</library>
<library>ntdll</library>
+2
View File
@@ -0,0 +1,2 @@
@ stdcall ChkdskEx(ptr long long long long ptr) VfatChkdsk
@ stdcall FormatEx(ptr long ptr long long ptr) VfatFormat