mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
19 lines
597 B
Text
19 lines
597 B
Text
![]() |
; File generated automatically, do not edit!
|
||
|
|
||
|
LIBRARY getuname.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(GetUName,STDCALL,8)
|