2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
5 Desc: Varargs version of workbench.library/AddAppIconA()
8 #define AROS_TAGRETURNTYPE struct AppIcon *
10 #include <utility/tagitem.h>
12 /*****************************************************************************
15 #define NO_INLINE_STDARG /* turn off inline def */
16 #include <proto/workbench.h>
18 struct AppIcon
* AddAppIcon (
24 struct MsgPort
* msgport
,
26 struct DiskObject
* diskobj
,
31 This is the varargs version of workbench.library/AddAppIconA().
32 For information see workbench.library/AddAppIconA().
45 workbench.library/AddAppIconA()
51 *****************************************************************************/
53 AROS_SLOWSTACKTAGS_PRE(tag1
)
54 retval
= AddAppIconA (id
, userdata
, text
, msgport
, lock
, diskobj
, AROS_SLOWSTACKTAGS_ARG(tag1
));
55 AROS_SLOWSTACKTAGS_POST