2 #define __stdcall __attribute__((ms_abi))
4 #define __stdcall __attribute__((stdcall))
7 #define HAVE_PREPAREPLATFORM
9 struct Exec_PlatformData
11 void __stdcall (*ExitProcess
)(ULONG uExitCode
);
12 ULONG
__stdcall (*FlushInstructionCache
)(APTR hProcess
, void *lpBaseAddress
, IPTR dwSize
);
13 void (*Reboot
)(unsigned char warm
);