2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
5 Desc: Varargs version of workbench.library/AddAppMenuItemA()
8 #define AROS_TAGRETURNTYPE struct AppMenuItem *
9 #include <utility/tagitem.h>
11 /*****************************************************************************
14 #define NO_INLINE_STDARG /* turn off inline def */
15 #include <proto/workbench.h>
17 struct AppMenuItem
* AddAppMenuItem (
23 struct MsgPort
* msgport
,
28 This is the varargs version of workbench.library/AddAppMenuItemA().
29 For information see workbench.library/AddAppMenuItemA().
42 workbench.library/AddAppMenuItemA()
48 *****************************************************************************/
50 AROS_SLOWSTACKTAGS_PRE(tag1
)
51 retval
= AddAppMenuItemA (id
, userdata
, text
, msgport
, AROS_SLOWSTACKTAGS_ARG(tag1
));
52 AROS_SLOWSTACKTAGS_POST
53 } /* AddAppMenuItem */