{$IFDEF MSWINDOWS}
Windows,
{$ENDIF MSWINDOWS}
{$IFDEF POSIX}
Types, PosixBase, PosixDirent, PosixDlfcn, PosixFcntl, PosixErrno, PosixLanginfo,
PosixLocale, PosixPthread, PosixSignal, PosixStdio, PosixStdlib, PosixString,
PosixSysStat, PosixSysTime, PosixSysTypes, PosixTime, PosixUnistd, PosixUtime,
PosixWchar, PosixWctype, PosixWordexp, PosixGlue, PosixTodo, PosixIconv, Unwinder,
{$ENDIF POSIX}
{$IFDEF MACOS}
Mach, CoreServices, CoreFoundation,
{$ENDIF MACOS}
SysConst;
{ If defined, we enable O/S hardware exception handling support on POSIX platforms
that support it. }
{$IF Defined(LINUX) or Defined(MACOS)}
{$DEFINE ENABLE_SIGNAL_HANDLING}
{$IFEND LINUX or MACOS}