[CMAKE]
[reactos.git] / dll / win32 / localui / localui.pdef
1 ; File generated automatically, do not edit!
2
3 LIBRARY localui.dll
4
5 EXPORTS
6 #define FOOL(x) x
7 #if defined(__GNUC__) && defined(_X86_)
8 #define _NAME_STDCALL(name, stackbytes) FOOL(name)@stackbytes
9 #define _NAME_FASTCALL(name, stackbytes) FOOL(@)FOOL(name)@stackbytes
10 #define _NAME_CDECL(name, stackbytes) FOOL(name)
11 #else
12 #define _NAME_STDCALL(name, stackbytes) name
13 #define _NAME_FASTCALL(name, stackbytes) name
14 #define _NAME_CDECL(name, stackbytes) name
15 #endif
16 #define _NAME_EXTERN(name, stackbytes) name
17 #define _NAME(name, cc, stackbytes) _NAME_##cc(name, stackbytes)
18 _NAME(InitializePrintMonitorUI,STDCALL,0)