Metatarget for copying of testfile fixed.
[AROS.git] / workbench / libs / muimaster / support_aros.h
blobaefe2fc711e78b93657a4795ac742b2d61e1c8a8
1 /*
2 Copyright © 2003, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #ifndef _MUIMASTER_SUPPORT_AROS_H_
9 #define _MUIMASTER_SUPPORT_AROS_H_
11 /*** OS4 VARARGS support ****************************************************/
12 #ifndef VARARGS68K
13 #define VARARGS68K
14 #endif
16 /*** OS4 Exec Interface support *********************************************/
17 #define EXEC_INTERFACE_DECLARE(x)
18 #define EXEC_INTERFACE_GET_MAIN(interface,libbase) 1
19 #define EXEC_INTERFACE_DROP(interface)
20 #define EXEC_INTERFACE_ASSIGN(a,b)
22 /*** Misc Functions *****************************************************/
23 LONG HexToIPTR(CONST_STRPTR s, IPTR *val);
24 LONG HexToLong(CONST_STRPTR s, ULONG *val);
26 #endif