mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
19 lines
647 B
Text
19 lines
647 B
Text
; File generated automatically, do not edit!
|
|
|
|
LIBRARY batt.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(BatteryClassCoInstaller,STDCALL,16)
|
|
_NAME(BatteryClassInstall,STDCALL,12)
|