diff --git a/reactos/dll/win32/acledit/acledit.c b/reactos/dll/win32/acledit/acledit.c index 94119f0f36f..56cd4ab298d 100644 --- a/reactos/dll/win32/acledit/acledit.c +++ b/reactos/dll/win32/acledit/acledit.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: acledit.c 35011 2008-08-01 16:29:40Z sginsberg $ * * PROJECT: ReactOS Access Control List Editor * FILE: lib/acledit/acledit.c diff --git a/reactos/dll/win32/acledit/acledit.def b/reactos/dll/win32/acledit/acledit.def deleted file mode 100644 index 9c6984aa62f..00000000000 --- a/reactos/dll/win32/acledit/acledit.def +++ /dev/null @@ -1,12 +0,0 @@ -LIBRARY acledit.dll - -EXPORTS -EditAuditInfo -EditOwnerInfo -EditPermissionInfo -FMExtensionProcW -SedDiscretionaryAclEditor -SedSystemAclEditor -SedTakeOwnership - -; EOF diff --git a/reactos/dll/win32/acledit/acledit.rbuild b/reactos/dll/win32/acledit/acledit.rbuild index e71a8ee9ccc..cad5f42e0aa 100644 --- a/reactos/dll/win32/acledit/acledit.rbuild +++ b/reactos/dll/win32/acledit/acledit.rbuild @@ -1,5 +1,5 @@ - + . @@ -11,4 +11,5 @@ acledit.c stubs.c acledit.rc + acledit.spec diff --git a/reactos/dll/win32/acledit/acledit.spec b/reactos/dll/win32/acledit/acledit.spec new file mode 100644 index 00000000000..0d2d559f9fe --- /dev/null +++ b/reactos/dll/win32/acledit/acledit.spec @@ -0,0 +1,7 @@ +@ stdcall EditAuditInfo(long) +@ stdcall EditOwnerInfo(long) +@ stdcall EditPermissionInfo(long) +@ stdcall FMExtensionProcW(ptr long long) +@ stdcall SedDiscretionaryAclEditor(ptr ptr wstr ptr ptr wstr ptr ptr ptr long long ptr long) +@ stdcall SedSystemAclEditor(ptr ptr wstr ptr ptr wstr ptr ptr ptr long ptr long) +@ stdcall SedTakeOwnership(ptr ptr wstr wstr wstr long ptr ptr ptr long long ptr ptr long) diff --git a/reactos/dll/win32/acledit/stubs.c b/reactos/dll/win32/acledit/stubs.c index b679c6036aa..0948892b9d9 100644 --- a/reactos/dll/win32/acledit/stubs.c +++ b/reactos/dll/win32/acledit/stubs.c @@ -1,4 +1,4 @@ -/* $Id$ +/* $Id: stubs.c 35011 2008-08-01 16:29:40Z sginsberg $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Access Control List Editor