mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Replace .def file by a .spec file
svn path=/trunk/; revision=35227
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
LIBRARY acledit.dll
|
||||
|
||||
EXPORTS
|
||||
EditAuditInfo
|
||||
EditOwnerInfo
|
||||
EditPermissionInfo
|
||||
FMExtensionProcW
|
||||
SedDiscretionaryAclEditor
|
||||
SedSystemAclEditor
|
||||
SedTakeOwnership
|
||||
|
||||
; EOF
|
||||
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user