2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 /*****************************************************************************************/
10 #ifndef AROS_ASMCALL_H
11 # include <aros/asmcall.h>
14 # include <dos/exall.h>
16 #ifndef DOS_DOSEXTENS_H
17 # include <dos/dosextens.h>
24 /*****************************************************************************************/
29 #define SPECIALREQ_COOL_BUTTONS 0
31 #define SPECIALREQ_COOL_BUTTONS 1
34 /*****************************************************************************************/
36 STRPTR
REQ_String(STRPTR title
, STRPTR stringtext
, STRPTR oktext
, STRPTR canceltext
,
37 struct LayoutData
*ld
, struct AslBase_intern
*AslBase
);
39 /*****************************************************************************************/