Replace .def file by a .spec file

svn path=/trunk/; revision=35233
This commit is contained in:
Hervé Poussineau 2008-08-09 14:19:48 +00:00
parent 1b69810a3b
commit 8648e50340
3 changed files with 12 additions and 16 deletions

View file

@ -16,7 +16,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/* $Id$
/* $Id: ntmarta.c 31176 2007-12-12 07:04:12Z weiden $
*
* PROJECT: ReactOS MARTA provider
* FILE: lib/ntmarta/ntmarta.c

View file

@ -1,5 +1,5 @@
<module name="ntmarta" type="win32dll" baseaddress="${BASEADDRESS_NTMARTA}" installbase="system32" installname="ntmarta.dll" unicode="yes">
<importlibrary definition="ntmarta.def" />
<importlibrary definition="ntmarta.spec.def" />
<include base="ntmarta">.</include>
<define name="_WIN32_IE">0x0500</define>
<define name="_WIN32_WINNT">0x600</define>
@ -10,5 +10,6 @@
<library>user32</library>
<file>ntmarta.c</file>
<file>ntmarta.rc</file>
<file>ntmarta.spec</file>
<pch>ntmarta.h</pch>
</module>

View file

@ -1,16 +1,13 @@
LIBRARY ntmarta.dll
EXPORTS
AccFreeIndexArray
AccGetInheritanceSource
@ stdcall AccFreeIndexArray(ptr long ptr)
@ stdcall AccGetInheritanceSource(wstr long long long ptr long ptr ptr ptr ptr)
;AccProvHandleGrantAccessRights
AccRewriteGetExplicitEntriesFromAcl
AccRewriteGetHandleRights
AccRewriteGetNamedRights
AccRewriteSetEntriesInAcl
AccRewriteSetHandleRights
AccRewriteSetNamedRights
AccTreeResetNamedSecurityInfo
@ stdcall AccRewriteGetExplicitEntriesFromAcl(ptr ptr ptr)
@ stdcall AccRewriteGetHandleRights(ptr long long ptr ptr ptr ptr ptr)
@ stdcall AccRewriteGetNamedRights(wstr long long ptr ptr ptr ptr ptr)
@ stdcall AccRewriteSetEntriesInAcl(long ptr ptr ptr)
@ stdcall AccRewriteSetHandleRights(ptr long long ptr)
@ stdcall AccRewriteSetNamedRights(wstr long long ptr)
@ stdcall AccTreeResetNamedSecurityInfo(wstr long long ptr ptr ptr ptr long ptr ptr ptr)
;AccConvertAccessMaskToActrlAccess
;AccConvertAccessToSD
;AccConvertAccessToSecurityDescriptor
@ -43,5 +40,3 @@ AccTreeResetNamedSecurityInfo
;AccSetEntriesInAList
;EventGuidToName
;EventNameFree
; EOF