mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
20 lines
680 B
Text
20 lines
680 B
Text
; File generated automatically, do not edit!
|
|
|
|
LIBRARY aclui.dll
|
|
|
|
EXPORTS
|
|
#define FOOL(x) x
|
|
#if defined(__GNUC__) && defined(_X86_)
|
|
#define _NAME_STDCALL(name, stackbytes) FOOL(name)@stackbytes
|
|
#define _NAME_FASTCALL(name, stackbytes) FOOL(@)FOOL(name)@stackbytes
|
|
#define _NAME_CDECL(name, stackbytes) FOOL(name)
|
|
#else
|
|
#define _NAME_STDCALL(name, stackbytes) name
|
|
#define _NAME_FASTCALL(name, stackbytes) name
|
|
#define _NAME_CDECL(name, stackbytes) name
|
|
#endif
|
|
#define _NAME_EXTERN(name, stackbytes) name
|
|
#define _NAME(name, cc, stackbytes) _NAME_##cc(name, stackbytes)
|
|
_NAME(CreateSecurityPage,STDCALL,4)
|
|
_NAME(EditSecurity,STDCALL,8)
|
|
_NAME(IID_ISecurityInformation,EXTERN,0) DATA
|