2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Varargs version of datatypes.library/NewDTObject()
9 #define AROS_TAGRETURNTYPE Object *
10 #include <intuition/classusr.h>
11 #include <utility/tagitem.h>
13 #include <aros/debug.h>
15 extern struct Library
*DataTypesBase
;
17 /*****************************************************************************
20 #define NO_INLINE_STDARG /* turn off inline def */
21 #include <proto/datatypes.h>
23 Object
* NewDTObject (
31 This is the varargs version of datatypes.library/NewDTObjectA().
32 For information see datatypes.library/NewDTObjectA().
45 datatypes.library/NewDTObjectA()
51 *****************************************************************************/
53 AROS_SLOWSTACKTAGS_PRE(tag1
)
54 retval
= NewDTObjectA (name
, AROS_SLOWSTACKTAGS_ARG(tag1
));
55 AROS_SLOWSTACKTAGS_POST
57 kprintf("NewDTObject: leave (alib)\n");