fix usage of krnspinlock & wip changes to scheduling code. move tasks in TS_SPIN...
[AROS.git] / workbench / libs / asl / specialreq.h
blobc62debd09fc4c11858e5a1eb78789900e70b6b06
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
4 Desc:
5 Lang: english
6 */
8 /*****************************************************************************************/
10 #ifndef AROS_ASMCALL_H
11 # include <aros/asmcall.h>
12 #endif
13 #ifndef DOS_EXALL_H
14 # include <dos/exall.h>
15 #endif
16 #ifndef DOS_DOSEXTENS_H
17 # include <dos/dosextens.h>
18 #endif
20 #ifndef LAYOUT_H
21 # include "layout.h"
22 #endif
24 /*****************************************************************************************/
26 /* Options */
28 #ifdef __MORPHOS__
29 #define SPECIALREQ_COOL_BUTTONS 0
30 #else
31 #define SPECIALREQ_COOL_BUTTONS 1
32 #endif
34 /*****************************************************************************************/
36 STRPTR REQ_String(STRPTR title, STRPTR stringtext, STRPTR oktext, STRPTR canceltext,
37 struct LayoutData *ld, struct AslBase_intern *AslBase);
39 /*****************************************************************************************/