Replace .def file by a .spec file

svn path=/trunk/; revision=35227
This commit is contained in:
Hervé Poussineau 2008-08-09 13:10:39 +00:00
parent a4ca6c1704
commit 9b782f79ec
5 changed files with 11 additions and 15 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: acledit.c 35011 2008-08-01 16:29:40Z sginsberg $
*
* PROJECT: ReactOS Access Control List Editor
* FILE: lib/acledit/acledit.c

View file

@ -1,12 +0,0 @@
LIBRARY acledit.dll
EXPORTS
EditAuditInfo
EditOwnerInfo
EditPermissionInfo
FMExtensionProcW
SedDiscretionaryAclEditor
SedSystemAclEditor
SedTakeOwnership
; EOF

View file

@ -1,5 +1,5 @@
<module name="acledit" type="win32dll" baseaddress="${BASEADDRESS_ACLEDIT}" installbase="system32" installname="acledit.dll" unicode="yes">
<importlibrary definition="acledit.def" />
<importlibrary definition="acledit.spec.def" />
<include base="acledit">.</include>
<metadata description = "Access Control List Editor" />
@ -11,4 +11,5 @@
<file>acledit.c</file>
<file>stubs.c</file>
<file>acledit.rc</file>
<file>acledit.spec</file>
</module>

View file

@ -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)

View file

@ -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