2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
5 Desc: header exporting support functions from libautoinit.a
11 #include <aros/system.h>
15 /* Shows an error message to the user. Depending on whether the program
16 has been started from CLI or from Workbench(TM) the message will be
17 respectively shown as a message on the cli or as an Intuition requester.
19 To make it always open a requester define a global variable like this:
21 const int __forceerrorrequester = 1; */
22 void ___showerror(char *format
, const IPTR
*, struct ExecBase
*sysBase
);
23 #define __showerror(f,p) ___showerror(f,p,SysBase)
27 #endif /* !AUTOINIT_H */