From 8648e503409233a12bb0a35bc09ab09fe90ce79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sat, 9 Aug 2008 14:19:48 +0000 Subject: [PATCH] Replace .def file by a .spec file svn path=/trunk/; revision=35233 --- reactos/dll/win32/ntmarta/ntmarta.c | 2 +- reactos/dll/win32/ntmarta/ntmarta.rbuild | 3 ++- .../ntmarta/{ntmarta.def => ntmarta.spec} | 23 ++++++++----------- 3 files changed, 12 insertions(+), 16 deletions(-) rename reactos/dll/win32/ntmarta/{ntmarta.def => ntmarta.spec} (60%) diff --git a/reactos/dll/win32/ntmarta/ntmarta.c b/reactos/dll/win32/ntmarta/ntmarta.c index c18b65223f6..7f7f523066b 100644 --- a/reactos/dll/win32/ntmarta/ntmarta.c +++ b/reactos/dll/win32/ntmarta/ntmarta.c @@ -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 diff --git a/reactos/dll/win32/ntmarta/ntmarta.rbuild b/reactos/dll/win32/ntmarta/ntmarta.rbuild index b1a2e7d96f3..bbe1ac33df6 100644 --- a/reactos/dll/win32/ntmarta/ntmarta.rbuild +++ b/reactos/dll/win32/ntmarta/ntmarta.rbuild @@ -1,5 +1,5 @@ - + . 0x0500 0x600 @@ -10,5 +10,6 @@ user32 ntmarta.c ntmarta.rc + ntmarta.spec ntmarta.h diff --git a/reactos/dll/win32/ntmarta/ntmarta.def b/reactos/dll/win32/ntmarta/ntmarta.spec similarity index 60% rename from reactos/dll/win32/ntmarta/ntmarta.def rename to reactos/dll/win32/ntmarta/ntmarta.spec index e001a860320..f1c90fa7f75 100644 --- a/reactos/dll/win32/ntmarta/ntmarta.def +++ b/reactos/dll/win32/ntmarta/ntmarta.spec @@ -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