mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CMAKE]
- Add acledit.pdef svn path=/branches/cmake-bringup/; revision=49510
This commit is contained in:
parent
1c18b9b723
commit
42d74e98d6
1 changed files with 24 additions and 0 deletions
24
dll/win32/acledit/acledit.pdef
Normal file
24
dll/win32/acledit/acledit.pdef
Normal file
|
@ -0,0 +1,24 @@
|
|||
; File generated automatically, do not edit!
|
||||
|
||||
LIBRARY acledit.dll
|
||||
|
||||
EXPORTS
|
||||
#define FOOL(x) x
|
||||
#ifdef _MSC_VER
|
||||
#define _NAME_STDCALL(name, stackbytes) name
|
||||
#define _NAME_FASTCALL(name, stackbytes) name
|
||||
#define _NAME_CDECL(name, stackbytes) name
|
||||
#else
|
||||
#define _NAME_STDCALL(name, stackbytes) FOOL(name)@stackbytes
|
||||
#define _NAME_FASTCALL(name, stackbytes) FOOL(@)FOOL(name)@stackbytes
|
||||
#define _NAME_CDECL(name, stackbytes) FOOL(name)
|
||||
#endif
|
||||
#define _NAME_EXTERN(name, stackbytes) name
|
||||
#define _NAME(name, cc, stackbytes) _NAME_##cc(name, stackbytes)
|
||||
_NAME(EditAuditInfo,STDCALL,4)
|
||||
_NAME(EditOwnerInfo,STDCALL,4)
|
||||
_NAME(EditPermissionInfo,STDCALL,4)
|
||||
_NAME(FMExtensionProcW,STDCALL,12)
|
||||
_NAME(SedDiscretionaryAclEditor,STDCALL,52)
|
||||
_NAME(SedSystemAclEditor,STDCALL,48)
|
||||
_NAME(SedTakeOwnership,STDCALL,56)
|
Loading…
Reference in a new issue